From 29396bf40f57e634d6cdb236e1244ed18caae663 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 4 Jan 2008 10:52:15 +0000 Subject: getlanguage('LANGUAGE_DEFAULT') => getdefaultlanguage() --- scilab/modules/intersci/help/en_US/addchapter.sce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scilab/modules/intersci/help') 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 @@ // Copyright INRIA 2007 // Allan CORNET // ==================================================================== -path = SCI+'/modules/intersci/help/'+getlanguage('LANGUAGE_DEFAULT'); +path = SCI+'/modules/intersci/help/'+getdefaultlanguage(); add_help_chapter("Intersci",path,%T); clear path add_help_chapter; // ==================================================================== -- cgit v1.1