From 8d590e0ed8bc1f4b4d7886cca0701fcce2e1fe4d Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 20 Jan 2009 08:53:11 +0000 Subject: 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 --- test/help.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- cgit v1.2.3