summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-08 12:08:48 +0300
committerMonsta <[email protected]>2015-07-08 12:08:48 +0300
commit13dae0d93344b14794b0e181741ddffc069dcca5 (patch)
tree06570ba4518c12bfba63b88e3c0536fb6da34083 /src
parenta8dc48762b74173303456e37badceab5e9ab6571 (diff)
downloadeom-13dae0d93344b14794b0e181741ddffc069dcca5.tar.bz2
eom-13dae0d93344b14794b0e181741ddffc069dcca5.tar.xz
show correct help pages in prefs and toolbar-editor dialogs
Diffstat (limited to 'src')
-rw-r--r--src/eom-util.c2
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);