blob: 09f75aa61f59511906a15ecb479b5e74b65b39c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- ./etc/SIVP.start.orig 2012-02-28 11:35:59.000000000 +0000
+++ ./etc/SIVP.start 2012-04-25 15:51:27.604824817 +0000
@@ -107,13 +107,6 @@
// Load and add help chapter
// =============================================================================
- if or(getscilabmode() == ["NW";"STD"]) then
- mprintf("\tLoad help\n");
- path_addchapter = pathconvert(root_tlbx+"/jar");
- if ( isdir(path_addchapter) <> [] ) then
- add_help_chapter(TOOLBOX_TITLE, path_addchapter, %F);
- end
- end
// Load demos
// =============================================================================
|