diff options
| -rw-r--r-- | test/help.cxx | 2 |
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]); |
