Help demo: now loads the non framed version main.html instead of index.html

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6640 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini
2009-01-20 08:53:11 +00:00
parent 49bb1ab55d
commit 8d590e0ed8
+1 -1
View File
@@ -50,7 +50,7 @@ main(int argc, // I - Number of command-line arguments
help = new Fl_Help_Dialog;
if (argc < 2)
help->load("../documentation/html/index.html");
help->load("../documentation/html/main.html");
else
help->load(argv[1]);