From 66e4a0a58e316b8703eecabf91a67647b1b45023 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 31 Jul 2013 22:21:05 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- src/eom-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/eom-util.c') diff --git a/src/eom-util.c b/src/eom-util.c index 0c4e197..07d0115 100644 --- a/src/eom-util.c +++ b/src/eom-util.c @@ -51,9 +51,9 @@ eom_util_show_help (const gchar *section, GtkWindow *parent) gchar *uri = NULL; if (section) - uri = g_strdup_printf ("ghelp:eom?%s", section); + uri = g_strdup_printf ("help:eom?%s", section); - gtk_show_uri (NULL, ((uri != NULL) ? uri : "ghelp:eom"), + gtk_show_uri (NULL, ((uri != NULL) ? uri : "help:eom"), gtk_get_current_event_time (), &error); g_free (uri); -- cgit v1.2.1