From 2ced54ba17c63fda9f5da417f4dd0d5380db8b59 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 12 Jul 2013 22:00:50 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- mate-panel/libpanel-util/panel-show.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-panel/libpanel-util') diff --git a/mate-panel/libpanel-util/panel-show.c b/mate-panel/libpanel-util/panel-show.c index 0795b837..51167874 100644 --- a/mate-panel/libpanel-util/panel-show.c +++ b/mate-panel/libpanel-util/panel-show.c @@ -271,9 +271,9 @@ panel_show_help (GdkScreen *screen, g_return_val_if_fail (error == NULL || *error == NULL, FALSE); if (link) - uri = g_strdup_printf ("ghelp:%s?%s", doc, link); + uri = g_strdup_printf ("help:%s?%s", doc, link); else - uri = g_strdup_printf ("ghelp:%s", doc); + uri = g_strdup_printf ("help:%s", doc); gtk_show_uri (screen, uri, gtk_get_current_event_time (), &local_error); -- cgit v1.2.1