summaryrefslogtreecommitdiff
path: root/pluma/pluma-help.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 23:54:44 +0200
committerinfirit <[email protected]>2013-08-02 23:54:44 +0200
commit7452d28d5cb86530b0d313c658d615e6218cc837 (patch)
treeb750e769a19698801bae0e0e211d0c6e96c0dfdd /pluma/pluma-help.c
parentd5249f5fe6ec943e813fe32ad47035aac543bbf3 (diff)
downloadpluma-7452d28d5cb86530b0d313c658d615e6218cc837.tar.bz2
pluma-7452d28d5cb86530b0d313c658d615e6218cc837.tar.xz
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'pluma/pluma-help.c')
-rw-r--r--pluma/pluma-help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-help.c b/pluma/pluma-help.c
index c9c21866..04650412 100644
--- a/pluma/pluma-help.c
+++ b/pluma/pluma-help.c
@@ -75,9 +75,9 @@ pluma_help_display (GtkWindow *parent,
#ifndef G_OS_WIN32
if (link_id)
- link = g_strdup_printf ("ghelp:%s?%s", name, link_id);
+ link = g_strdup_printf ("help:%s?%s", name, link_id);
else
- link = g_strdup_printf ("ghelp:%s", name);
+ link = g_strdup_printf ("help:%s", name);
#else
if (link_id)
link = g_strdup_printf ("http://library.gnome.org/users/pluma/stable/%s",