diff options
author | Monsta <[email protected]> | 2015-07-08 12:08:48 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-08 12:08:48 +0300 |
commit | 13dae0d93344b14794b0e181741ddffc069dcca5 (patch) | |
tree | 06570ba4518c12bfba63b88e3c0536fb6da34083 | |
parent | a8dc48762b74173303456e37badceab5e9ab6571 (diff) | |
download | eom-13dae0d93344b14794b0e181741ddffc069dcca5.tar.bz2 eom-13dae0d93344b14794b0e181741ddffc069dcca5.tar.xz |
show correct help pages in prefs and toolbar-editor dialogs
-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); |