Use yelp-tools instead of mate-doc-utils

This commit is contained in:
infirit
2013-08-02 23:54:44 +02:00
parent d5249f5fe6
commit 7452d28d5c
30 changed files with 224 additions and 224 deletions

View File

@@ -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",