summaryrefslogtreecommitdiffstats
path: root/scp2/inc/macros.inc
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/inc/macros.inc')
-rwxr-xr-xscp2/inc/macros.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 2f605a9b611d..d95c364bbe38 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -481,12 +481,12 @@ End
#include <langmacros.inc>
-#define UI_FILELIST_ALL_LANG(name, file, ext) \
+#define UI_FILELIST_ALL_LANG(name, file) \
File CONCAT3(gid_File_Share_Config_Sofficecfg_uiconfig_, name, _Lang) \
TXT_FILE_BODY; \
- Styles = (FILELIST); \
- Dir = FILELIST_DIR; \
- EXTRA_ALL_LANG_BUT_EN_US(file, ext); \
+ Styles = (PACKED); \
+ Dir = gid_Dir_Share_Config_Sofficecfg; \
+ UI_ALL_LANG_BUT_EN_US(file); \
End
#define URE_PRIVATE_LIB(id,name) \