diff options
-rw-r--r-- | src/eom-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |