summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-applet.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-22 14:59:01 -0800
committerStefano Karapetsas <[email protected]>2013-12-22 14:59:01 -0800
commita572b1e720bdd73fd162170b0aff2444dcf138c8 (patch)
tree65a883b9c4ee0232e7ad3ad8051deb7f3e80e2df /mate-dictionary/src/gdict-applet.c
parentc854414d81f811bdf2008a8e8ae34abbaf37c5fb (diff)
parent795c106f1d1a8ffd8b3b78926c8230852fdc0c9f (diff)
downloadmate-utils-a572b1e720bdd73fd162170b0aff2444dcf138c8.tar.bz2
mate-utils-a572b1e720bdd73fd162170b0aff2444dcf138c8.tar.xz
Merge pull request #52 from infirit/yelp
Update help uri to the correct location
Diffstat (limited to 'mate-dictionary/src/gdict-applet.c')
-rw-r--r--mate-dictionary/src/gdict-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-applet.c b/mate-dictionary/src/gdict-applet.c
index 9f56f299..ae94b698 100644
--- a/mate-dictionary/src/gdict-applet.c
+++ b/mate-dictionary/src/gdict-applet.c
@@ -730,7 +730,7 @@ gdict_applet_cmd_help (GtkAction *action,
GError *err = NULL;
gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (applet)),
- "help:mate-dictionary#mate-dictionary-applet",
+ "help:mate-dictionary/mate-dictionary-applet",
gtk_get_current_event_time (), &err);
if (err)