diff options
| -rw-r--r-- | fluid/fluid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index a5615d2db..575541dbe 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -866,7 +866,7 @@ void help_cb(Fl_Widget *, void *) { } void manual_cb(Fl_Widget *, void *) { - show_help("index.html"); + show_help("main.html"); } |
