summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fluid/fluid.cxx2
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");
}