summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-07-31 17:48:12 +0200
committerinfirit <[email protected]>2013-07-31 17:48:12 +0200
commitf03a750b9d654d43bb582991e40b66f6bbde6341 (patch)
treecf01fa9f5aff31fdef2904bbfdcb83802c84ffc9 /src
parent7cea830d6bb27cc902c6069d2d8fe1c14b0099cb (diff)
downloadengrampa-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.c2
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;