summaryrefslogtreecommitdiff
path: root/pluma/pluma-help.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-08 12:42:59 +0300
committerMonsta <[email protected]>2015-07-08 12:42:59 +0300
commitbdb0ef751ef17270606bee63da5c6d080d1dd891 (patch)
treef0c1e17a818007f32c25f7d071d98cbcfa8b4cab /pluma/pluma-help.c
parenta5c13501b64d281b7acb2861269810f1ce66c42e (diff)
downloadpluma-bdb0ef751ef17270606bee63da5c6d080d1dd891.tar.bz2
pluma-bdb0ef751ef17270606bee63da5c6d080d1dd891.tar.xz
show correct help pages for prefs and plugins dialogs
Diffstat (limited to 'pluma/pluma-help.c')
-rw-r--r--pluma/pluma-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-help.c b/pluma/pluma-help.c
index 04650412..336d5793 100644
--- a/pluma/pluma-help.c
+++ b/pluma/pluma-help.c
@@ -75,7 +75,7 @@ pluma_help_display (GtkWindow *parent,
#ifndef G_OS_WIN32
if (link_id)
- link = g_strdup_printf ("help:%s?%s", name, link_id);
+ link = g_strdup_printf ("help:%s/%s", name, link_id);
else
link = g_strdup_printf ("help:%s", name);
#else