diff options
author | Pierre Marechal <pierre.marechal@scilab.org> | 2006-09-01 09:00:51 +0000 |
---|---|---|
committer | Pierre Marechal <pierre.marechal@scilab.org> | 2006-09-01 09:00:51 +0000 |
commit | 894c1e7e664f84ee7daa51fa2af1263c078b8c62 (patch) | |
tree | 10307997b890db50d6c7921515a5bbdc23ccafcc /scilab/modules/data_structures/etc | |
parent | 85e1323b6be044aee9e422c7cb3235ab4dae8159 (diff) | |
download | scilab-894c1e7e664f84ee7daa51fa2af1263c078b8c62.zip scilab-894c1e7e664f84ee7daa51fa2af1263c078b8c62.tar.gz |
Set svn:eol-style to native
Diffstat (limited to 'scilab/modules/data_structures/etc')
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.start | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/scilab/modules/data_structures/etc/data_structures.start b/scilab/modules/data_structures/etc/data_structures.start index 761a843..1b0f0cb 100644 --- a/scilab/modules/data_structures/etc/data_structures.start +++ b/scilab/modules/data_structures/etc/data_structures.start | |||
@@ -1,23 +1,23 @@ | |||
1 | // ==================================================================== | 1 | // ==================================================================== |
2 | // data_structures module initialisation file | 2 | // data_structures module initialisation file |
3 | // Copyright INRIA 2006 | 3 | // Copyright INRIA 2006 |
4 | // ==================================================================== | 4 | // ==================================================================== |
5 | //Load functions librarie | 5 | //Load functions librarie |
6 | //load('SCI/modules/data_structures/macros/lib'); | 6 | //load('SCI/modules/data_structures/macros/lib'); |
7 | // ==================================================================== | 7 | // ==================================================================== |
8 | //add help chapter | 8 | //add help chapter |
9 | global LANGUAGE | 9 | global LANGUAGE |
10 | 10 | ||
11 | path = get_absolute_file_path('data_structures.start'); | 11 | path = get_absolute_file_path('data_structures.start'); |
12 | path = getshortpathname(path); | 12 | path = getshortpathname(path); |
13 | 13 | ||
14 | if LANGUAGE == 'fr' then | 14 | if LANGUAGE == 'fr' then |
15 | path = pathconvert(part(path,1:(length(path)-5))+'/help/fr',%f,%f); | 15 | path = pathconvert(part(path,1:(length(path)-5))+'/help/fr',%f,%f); |
16 | // add_help_chapter("Structures",path); | 16 | // add_help_chapter("Structures",path); |
17 | elseif LANGUAGE == 'eng' then | 17 | elseif LANGUAGE == 'eng' then |
18 | path = pathconvert(part(path,1:(length(path)-5))+'/help/eng',%f,%f); | 18 | path = pathconvert(part(path,1:(length(path)-5))+'/help/eng',%f,%f); |
19 | // add_help_chapter("Data Structures",path); | 19 | // add_help_chapter("Data Structures",path); |
20 | end | 20 | end |
21 | 21 | ||
22 | clear path get_absolute_file_path add_help_chapter LANGUAGE; | 22 | clear path get_absolute_file_path add_help_chapter LANGUAGE; |
23 | // ==================================================================== | 23 | // ==================================================================== |