Merge pull request #27 from infirit/yelptools

Use yelp-tools instead of mate-doc-utils
This commit is contained in:
Stefano Karapetsas
2013-08-04 07:39:23 -07:00
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",