summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2009-01-20 08:47:18 +0000
committerFabien Costantini <fabien@onepost.net>2009-01-20 08:47:18 +0000
commit49bb1ab55df357b14ce3759678badce97a965ec3 (patch)
tree10543df6af9367f0b237bcf84dd044e9f621e6a9
parent2689cedc36960f35bcc0a87edf8de047741c64d6 (diff)
Fluid: fixed Help dialog would open the non handled frame version (index.html) instead of the non framed version (main.html) of the documentation, thus making necessary to click to the redirected non-framed page. Now fluid opens directly the non framed documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6639 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-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");
}