diff options
author | infirit <[email protected]> | 2013-08-03 01:24:52 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-03 01:24:52 +0200 |
commit | 46da48cd9f8be3f36e36031b10681e3baff0dc94 (patch) | |
tree | b4641f118996f228673d678952635c6500e5a439 /mate-dictionary/src/gdict-applet.c | |
parent | a59fda7d006b856ac5982750f2ffdefd24191be0 (diff) | |
download | mate-utils-46da48cd9f8be3f36e36031b10681e3baff0dc94.tar.bz2 mate-utils-46da48cd9f8be3f36e36031b10681e3baff0dc94.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'mate-dictionary/src/gdict-applet.c')
-rw-r--r-- | mate-dictionary/src/gdict-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-applet.c b/mate-dictionary/src/gdict-applet.c index 91a59fe3..9f56f299 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)), - "ghelp:mate-dictionary#mate-dictionary-applet", + "help:mate-dictionary#mate-dictionary-applet", gtk_get_current_event_time (), &err); if (err) |