summaryrefslogtreecommitdiff
path: root/scp2/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-03 08:19:36 +0100
committerDavid Tardon <dtardon@redhat.com>2013-12-06 05:43:21 -0600
commitc2f5e09900561d417d53a74fd6bc189cb7d898e1 (patch)
tree93580181d603dcdcfb73f5950cbed019be8c1a88 /scp2/inc
parent9a37ce189881f12d678fdb054219b13c3e4c7e40 (diff)
Zip .ui translations per UIConfig target.
Fix installer / scp2 to not ignore directory prefix in 'Name'. Change-Id: Ib319363c8be73a72029f1ba3833e518e15c55e29 Reviewed-on: https://gerrit.libreoffice.org/6915 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'scp2/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) \