diff options
author | Stefano Karapetsas <[email protected]> | 2013-12-22 14:59:01 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-12-22 14:59:01 -0800 |
commit | a572b1e720bdd73fd162170b0aff2444dcf138c8 (patch) | |
tree | 65a883b9c4ee0232e7ad3ad8051deb7f3e80e2df /mate-dictionary/src/gdict-pref-dialog.c | |
parent | c854414d81f811bdf2008a8e8ae34abbaf37c5fb (diff) | |
parent | 795c106f1d1a8ffd8b3b78926c8230852fdc0c9f (diff) | |
download | mate-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-pref-dialog.c')
-rw-r--r-- | mate-dictionary/src/gdict-pref-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-pref-dialog.c b/mate-dictionary/src/gdict-pref-dialog.c index f113194f..1ac35cb3 100644 --- a/mate-dictionary/src/gdict-pref-dialog.c +++ b/mate-dictionary/src/gdict-pref-dialog.c @@ -485,7 +485,7 @@ response_cb (GtkDialog *dialog, { case GTK_RESPONSE_HELP: gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), - "help:mate-dictionary#mate-dictionary-preferences", + "help:mate-dictionary/mate-dictionary-preferences", gtk_get_current_event_time (), &err); if (err) { |