From fed34fd36fba90cb73245a13344bacddb1d689fd Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 1 Aug 2013 13:30:42 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- capplets/common/capplet-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/common') diff --git a/capplets/common/capplet-util.c b/capplets/common/capplet-util.c index e5f358f5..10f7e8b5 100644 --- a/capplets/common/capplet-util.c +++ b/capplets/common/capplet-util.c @@ -80,7 +80,7 @@ capplet_help (GtkWindow *parent, char const *section) else screen = gtk_widget_get_screen (GTK_WIDGET (parent)); - uri = g_strdup_printf ("ghelp:user-guide#%s", section); + uri = g_strdup_printf ("help:user-guide#%s", section); if (!gtk_show_uri (screen, uri, gtk_get_current_event_time (), &error)) { capplet_error_dialog ( -- cgit v1.2.1