diff options
Diffstat (limited to 'scp2/source/templates/module_langpack.sct')
-rwxr-xr-x | scp2/source/templates/module_langpack.sct | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/templates/module_langpack.sct b/scp2/source/templates/module_langpack.sct index bb0241ab44d7..1d349100eb4b 100755 --- a/scp2/source/templates/module_langpack.sct +++ b/scp2/source/templates/module_langpack.sct @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: module_langpack.sct,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -33,5 +33,5 @@ Module gid_Module_Langpack_Root_<LANGUAGE_> Sortkey = "<SORTKEY>"; Language = "<LANGUAGE>"; MOD_NAME_DESC(MODULE_LANGPACK_<LANGUAGEBIG_>); - Styles =(LANGUAGEMODULE, SHOW_MULTILINGUAL_ONLY); + Styles =(LANGUAGEMODULE, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME); End |