diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-16 15:47:23 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-16 15:47:44 +0100 |
commit | b72dcccd3994a978bb933fa6ab22a53ed6788ab9 (patch) | |
tree | c4d162e9f8463a533be4742a7f9d0fc36d44af92 /scp2/source/ooo | |
parent | f55916b1d1cca6a55e0baa8601cacd8a85d054ec (diff) |
Some more helppack related improvements
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 4 | ||||
-rw-r--r-- | scp2/source/ooo/module_help_template.scp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 34b75e310626..e4cf708f045a 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -119,9 +119,7 @@ Module gid_Module_Langpack_Brand_Template Description = "gid_Module_Langpack_Brand_Template"; Styles = (TEMPLATEMODULE); InstallOrder = "1050"; - Dirs = (gid_Brand_Dir_Help, - gid_Brand_Dir_Help_Isolanguage, - gid_Brand_Dir_Program, + Dirs = (gid_Brand_Dir_Program, gid_Brand_Dir_Program_Shell, gid_Brand_Dir_Program_Resource, gid_Brand_Dir_Readme); diff --git a/scp2/source/ooo/module_help_template.scp b/scp2/source/ooo/module_help_template.scp index 34a102e1eb81..4022d59231ac 100644 --- a/scp2/source/ooo/module_help_template.scp +++ b/scp2/source/ooo/module_help_template.scp @@ -39,6 +39,8 @@ Module gid_Module_Helppack_Help_Template gid_File_Help_Simpress_Zip, gid_File_Help_Smath_Zip, gid_File_Help_Swriter_Zip); + Dirs = (gid_Brand_Dir_Help, + gid_Brand_Dir_Help_Isolanguage); End #include "allhelpmodules_root.inc" |