diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-16 13:53:35 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-16 13:53:59 +0100 |
commit | a60dfa949fbc48e272fa2935f0dc5af0c53ef2fc (patch) | |
tree | fdfecd0f22eec3def373432106b70156f3f3df0b /scp2/source/templates | |
parent | b2aa573038dc47bff7b346c73b5c6add52f526c8 (diff) |
Adding LANGUAGEMODULE flag to helppack files
Diffstat (limited to 'scp2/source/templates')
-rw-r--r-- | scp2/source/templates/module_helppack.sct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/templates/module_helppack.sct b/scp2/source/templates/module_helppack.sct index d0501ba0da3c..32b4a7a15a3f 100644 --- a/scp2/source/templates/module_helppack.sct +++ b/scp2/source/templates/module_helppack.sct @@ -30,5 +30,5 @@ Module gid_Module_Helppack_Root_<LANGUAGE_> Sortkey = "<SORTKEY>"; Language = "<LANGUAGE>"; MOD_NAME_DESC(MODULE_HELPPACK_<LANGUAGEBIG_>); - Styles =(HELPPACK, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME); + Styles =(HELPPACK, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME, LANGUAGEMODULE); End |