diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2006-10-04 12:00:20 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2006-10-04 12:00:20 +0000 |
commit | a092b06137dd2b6e4d79e9b336360828b09c01af (patch) | |
tree | 081bf75ed07e948fb5f03652be13bfb0c41d9cf4 /scilab/modules/data_structures/etc | |
parent | fbacaf9c1dd7608b670565a39eb751650f52d27e (diff) | |
download | scilab-a092b06137dd2b6e4d79e9b336360828b09c01af.zip scilab-a092b06137dd2b6e4d79e9b336360828b09c01af.tar.gz |
enable help for data_structures
Diffstat (limited to 'scilab/modules/data_structures/etc')
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.start | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scilab/modules/data_structures/etc/data_structures.start b/scilab/modules/data_structures/etc/data_structures.start index 1b0f0cb..aea390f 100644 --- a/scilab/modules/data_structures/etc/data_structures.start +++ b/scilab/modules/data_structures/etc/data_structures.start | |||
@@ -13,10 +13,10 @@ 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; |