diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-06 13:18:42 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-06 13:18:42 -0700 |
commit | 7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0 (patch) | |
tree | b4641f118996f228673d678952635c6500e5a439 /mate-dictionary/src/gdict-window.c | |
parent | a59fda7d006b856ac5982750f2ffdefd24191be0 (diff) | |
parent | 46da48cd9f8be3f36e36031b10681e3baff0dc94 (diff) | |
download | mate-utils-7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0.tar.bz2 mate-utils-7920d644cd2c37d83c1b1305aef9b31dbe8fd3d0.tar.xz |
Merge pull request #33 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'mate-dictionary/src/gdict-window.c')
-rw-r--r-- | mate-dictionary/src/gdict-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-window.c b/mate-dictionary/src/gdict-window.c index b967fe92..58eae2e4 100644 --- a/mate-dictionary/src/gdict-window.c +++ b/mate-dictionary/src/gdict-window.c @@ -1235,7 +1235,7 @@ gdict_window_cmd_help_contents (GtkAction *action, g_return_if_fail (GDICT_IS_WINDOW (window)); gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (window)), - "ghelp:mate-dictionary", + "help:mate-dictionary", gtk_get_current_event_time (), &err); if (err) { |