From 13dae0d93344b14794b0e181741ddffc069dcca5 Mon Sep 17 00:00:00 2001 From: Monsta Date: Wed, 8 Jul 2015 12:08:48 +0300 Subject: show correct help pages in prefs and toolbar-editor dialogs --- src/eom-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eom-util.c b/src/eom-util.c index b2e5255..e0577ff 100644 --- a/src/eom-util.c +++ b/src/eom-util.c @@ -51,7 +51,7 @@ eom_util_show_help (const gchar *section, GtkWindow *parent) gchar *uri = NULL; if (section) - uri = g_strdup_printf ("help:eom?%s", section); + uri = g_strdup_printf ("help:eom/%s", section); gtk_show_uri (NULL, ((uri != NULL) ? uri : "help:eom"), gtk_get_current_event_time (), &error); -- cgit v1.2.1