diff options
Diffstat (limited to 'scp2/inc/macros.inc')
-rw-r--r-- | scp2/inc/macros.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 7093a1c6f6b6..4f03fbe58d8e 100644 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -515,12 +515,12 @@ End #include <langmacros.inc> -#define UI_FILELIST_ALL_LANG(name, file) \ - File CONCAT3(gid_File_Share_Config_Sofficecfg_uiconfig_, name, _Lang) \ +#define MO_FILELIST_ALL_LANG(name) \ + File CONCAT3(gid_File_Res_, name, _Lang) \ TXT_FILE_BODY; \ Styles = (PACKED); \ - Dir = gid_Dir_Share_Config_Sofficecfg; \ - UI_ALL_LANG_BUT_EN_US(file); \ + Dir = gid_Dir_Resource; \ + MO_ALL_LANG_EXCEPT_EN_US_AND_QTZ(name); \ End #define URE_PRIVATE_LIB(id,name) \ |