diff options
author | infirit <[email protected]> | 2013-07-31 17:48:12 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-07-31 17:48:12 +0200 |
commit | f03a750b9d654d43bb582991e40b66f6bbde6341 (patch) | |
tree | cf01fa9f5aff31fdef2904bbfdcb83802c84ffc9 /src | |
parent | 7cea830d6bb27cc902c6069d2d8fe1c14b0099cb (diff) | |
download | engrampa-f03a750b9d654d43bb582991e40b66f6bbde6341.tar.bz2 engrampa-f03a750b9d654d43bb582991e40b66f6bbde6341.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'src')
-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; |