summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-12-17 10:46:27 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-12-17 10:46:27 +0100
commit61a5b7e2a3da294674a553bc714463e0e9067e4e (patch)
treee3d89156527e6ada7140c002803f656761128314 /scp2
parentded1e176d1f4190067093b4eadb35f4a549295b3 (diff)
don't show the helppacks in installer unless asked for it
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/module_helppack.scp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/source/ooo/module_helppack.scp b/scp2/source/ooo/module_helppack.scp
index 9cc9b444ca62..3614cb987350 100644
--- a/scp2/source/ooo/module_helppack.scp
+++ b/scp2/source/ooo/module_helppack.scp
@@ -32,7 +32,11 @@ Module gid_Module_Helppack_Helproot
XPDParentID = "root";
Sortkey = "300";
MOD_NAME_DESC(MODULE_ROOT_HELPPACK);
+#ifdef WITH_HELPPACK_INTEGRATION
Styles = (SHOW_MULTILINGUAL_ONLY);
+#else
+ Styles = (HIDDEN_ROOT);
+#endif
End
#include "allhelpmodules.inc"