diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2008-01-04 10:52:15 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2008-01-04 10:52:15 +0000 |
commit | 29396bf40f57e634d6cdb236e1244ed18caae663 (patch) | |
tree | 3ff454162d7e5d974f597f52db74cd830f711e5c /scilab/modules/intersci/help | |
parent | 7b8f482eea43d74efb4d853c0c752e891eebed12 (diff) | |
download | scilab-29396bf40f57e634d6cdb236e1244ed18caae663.zip scilab-29396bf40f57e634d6cdb236e1244ed18caae663.tar.gz |
getlanguage('LANGUAGE_DEFAULT') => getdefaultlanguage()
Diffstat (limited to 'scilab/modules/intersci/help')
-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 | // ==================================================================== |