summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2009-01-20 08:53:11 +0000
committerFabien Costantini <fabien@onepost.net>2009-01-20 08:53:11 +0000
commit8d590e0ed8bc1f4b4d7886cca0701fcce2e1fe4d (patch)
treee71c194b96ef8bae45c05ced3ab21338bea16e26
parent49bb1ab55df357b14ce3759678badce97a965ec3 (diff)
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
-rw-r--r--test/help.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/help.cxx b/test/help.cxx
index 45f91dcc0..a25660a45 100644
--- a/test/help.cxx
+++ b/test/help.cxx
@@ -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]);