summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-07-31 22:21:05 +0200
committerinfirit <[email protected]>2013-07-31 22:21:05 +0200
commit66e4a0a58e316b8703eecabf91a67647b1b45023 (patch)
tree49f623e8cb3cbaf869a3dc9a8833a81709ca3a3e /src
parent1147056ef7143075d9e3156dc6a4dae0e7e562ca (diff)
downloadeom-66e4a0a58e316b8703eecabf91a67647b1b45023.tar.bz2
eom-66e4a0a58e316b8703eecabf91a67647b1b45023.tar.xz
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'src')
-rw-r--r--src/eom-util.c4
1 files changed, 2 insertions, 2 deletions
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);