diff options
Diffstat (limited to 'src/callbacks.cpp')
-rw-r--r-- | src/callbacks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |