[SETUPLIB][INPUT.CPL] Move zh-MO to ChineseTraditionalFonts group (#4010)
[reactos.git] / dll / cpl / input / input_list.c
index 1de3246..e0a409f 100644 (file)
@@ -14,7 +14,7 @@ typedef struct
     PWCHAR SubFontName;
 } MUI_SUBFONT;
 
-#include "../../../base/setup/usetup/muifonts.h"
+#include "../../../base/setup/lib/muifonts.h"
 
 BOOL UpdateRegistryForFontSubstitutes(MUI_SUBFONT *pSubstitutes)
 {
@@ -79,11 +79,11 @@ InputList_SetFontSubstitutes(LCID dwLocaleId)
             {
                 case SUBLANG_CHINESE_SIMPLIFIED:
                 case SUBLANG_CHINESE_SINGAPORE:
-                case SUBLANG_CHINESE_MACAU:
                     pSubstitutes = ChineseSimplifiedFonts;
                     break;
                 case SUBLANG_CHINESE_TRADITIONAL:
                 case SUBLANG_CHINESE_HONGKONG:
+                case SUBLANG_CHINESE_MACAU:
                     pSubstitutes = ChineseTraditionalFonts;
                     break;
                 default: