diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-01 02:09:28 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-01 02:09:28 -0700 |
commit | 472e1e834bc1033c1ec8f0f88250460e138fbf35 (patch) | |
tree | c4967b90002a8e0ef102b26e07b07bf7d1420b6f /src/gtk-utils.c | |
parent | 95ebd69d2966d331d6e294c8f09fa8b5bf0862ee (diff) | |
parent | f03a750b9d654d43bb582991e40b66f6bbde6341 (diff) | |
download | engrampa-472e1e834bc1033c1ec8f0f88250460e138fbf35.tar.bz2 engrampa-472e1e834bc1033c1ec8f0f88250460e138fbf35.tar.xz |
Merge pull request #23 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'src/gtk-utils.c')
-rw-r--r-- | src/gtk-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-utils.c b/src/gtk-utils.c index 99251d8..5e7fff4 100644 --- a/src/gtk-utils.c +++ b/src/gtk-utils.c @@ -766,7 +766,7 @@ show_help_dialog (GtkWindow *parent, char *uri; GError *error = NULL; - uri = g_strconcat ("ghelp:engrampa", section ? "?" : NULL, section, NULL); + uri = g_strconcat ("help:engrampa", section ? "?" : NULL, section, NULL); if (! show_uri (gtk_window_get_screen (parent), uri, GDK_CURRENT_TIME, &error)) { GtkWidget *dialog; |