mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 12:41:27 +08:00
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:
+1
-1
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user