diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-14 15:53:23 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-14 16:00:30 +0200 |
commit | 16a0badd3ec3588d4a6561a3cba7992cbef6b5da (patch) | |
tree | 2ecfacdff22c51e914b951d94fb8be33047e604f /scp2/source | |
parent | fbed11a411eb3c013f465660c5cd3e6db0508806 (diff) |
always create dirs for autotext files
... thus avoiding an annoing warning when a user tries to use autotext.
I think we can drop DEFAULT_TO_ENGLISH_FOR_PACKING now.
Change-Id: I230341c8bf1c925c51a4059b93153d5cd83d5310
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/directory_ooo.scp | 11 | ||||
-rw-r--r-- | scp2/source/ooo/module_lang_template.scp | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index 08ea22dbf021..fda0f9c1db17 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -156,6 +156,17 @@ End #endif +Directory gid_Dir_Share_Autotext + ParentID = gid_Brand_Dir_Share; + DosName = "autotext"; +End + +Directory gid_Dir_Autotext_Language + ParentID = gid_Dir_Share_Autotext; + DIR_ISOLANGUAGE_ALL_LANG_2; + Styles = (CREATE); +End + Directory gid_Dir_Share_Xslt ParentID = gid_Brand_Dir_Share; DosName = "xslt"; diff --git a/scp2/source/ooo/module_lang_template.scp b/scp2/source/ooo/module_lang_template.scp index 1b8e45fd3433..0b51889e8df7 100644 --- a/scp2/source/ooo/module_lang_template.scp +++ b/scp2/source/ooo/module_lang_template.scp @@ -62,7 +62,8 @@ Module gid_Module_Langpack_Basis_Template gid_File_Share_Registry_Ctl_Xcd, gid_File_Share_Registry_Ctlseqcheck_Xcd, gid_File_InfoPlist_Lang); - Dirs = (gid_Dir_Samples_Language); + Dirs = (gid_Dir_Samples_Language, + gid_Dir_Autotext_Language); End Module gid_Module_Langpack_Resource_Template |