diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-15 17:54:31 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-15 17:54:31 -0400 |
commit | 0d73da959f8efcb6bf7df52052448222d740ccf5 (patch) | |
tree | 07b8146bd7ad07eb91e972f015717b251659a74e /src | |
parent | 2be0d17b9f45b778605f8bd3c25bd54519910f2d (diff) |
Updated the local help file, and the remote help URL
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ static void help_cb(Fl_Widget *w, void *) } else { MSG("Can't read local help file at \"%s\"." " Getting remote help...\n", path); - a_UIcmd_open_urlstr(bw, "http://www.dillo.org/dillo2-help.html"); + a_UIcmd_open_urlstr(bw, "http://www.dillo.org/dillo3-help.html"); } dFree(path); } |