Skip to content

Commit

Permalink
Fluid: fixed Help dialog would open the non handled frame version (in…
Browse files Browse the repository at this point in the history
…dex.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
  • Loading branch information
fab672000 committed Jan 20, 2009
1 parent 2689ced commit 49bb1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluid/fluid.cxx
Expand Up @@ -866,7 +866,7 @@ void help_cb(Fl_Widget *, void *) {
}

void manual_cb(Fl_Widget *, void *) {
show_help("index.html");
show_help("main.html");
}


Expand Down

0 comments on commit 49bb1ab

Please sign in to comment.