summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-07-15 17:54:31 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-07-15 17:54:31 -0400
commit0d73da959f8efcb6bf7df52052448222d740ccf5 (patch)
tree07b8146bd7ad07eb91e972f015717b251659a74e /src
parent2be0d17b9f45b778605f8bd3c25bd54519910f2d (diff)
Updated the local help file, and the remote help URL
Diffstat (limited to 'src')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 0faa4da7..434dca16 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -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);
}