From 886978d2efd71b829d677913ec65a5bfdcc64d91 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 1 Aug 2013 14:25:30 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- src/callbacks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 88f04af..181beb9 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -177,7 +177,7 @@ void cb_help_contents (GtkAction *action, gpointer data) { GError* error = 0; - if (!g_app_info_launch_default_for_uri("ghelp:mate-system-monitor", NULL, &error)) { + if (!g_app_info_launch_default_for_uri("help:mate-system-monitor", NULL, &error)) { g_warning("Could not display help : %s", error->message); g_error_free(error); } -- cgit v1.2.1