diff options
Diffstat (limited to 'scilab/modules/intersci/help/en_US/addchapter.sce')
-rw-r--r-- | scilab/modules/intersci/help/en_US/addchapter.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/intersci/help/en_US/addchapter.sce b/scilab/modules/intersci/help/en_US/addchapter.sce index 003cba5..4631e79 100644 --- a/scilab/modules/intersci/help/en_US/addchapter.sce +++ b/scilab/modules/intersci/help/en_US/addchapter.sce | |||
@@ -4,7 +4,7 @@ | |||
4 | // Copyright INRIA 2007 | 4 | // Copyright INRIA 2007 |
5 | // Allan CORNET | 5 | // Allan CORNET |
6 | // ==================================================================== | 6 | // ==================================================================== |
7 | path = SCI+'/modules/intersci/help/'+getlanguage('LANGUAGE_DEFAULT'); | 7 | path = SCI+'/modules/intersci/help/'+getdefaultlanguage(); |
8 | add_help_chapter("Intersci",path,%T); | 8 | add_help_chapter("Intersci",path,%T); |
9 | clear path add_help_chapter; | 9 | clear path add_help_chapter; |
10 | // ==================================================================== | 10 | // ==================================================================== |