diff options
author | infirit <[email protected]> | 2013-08-01 14:25:30 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 14:25:30 +0200 |
commit | 886978d2efd71b829d677913ec65a5bfdcc64d91 (patch) | |
tree | 9114e844527b0a6b984402a7ac0a10453d824fcf /src/callbacks.cpp | |
parent | 8fb0d3fb26c376da3029450a182e82a9637f7d00 (diff) | |
download | mate-system-monitor-886978d2efd71b829d677913ec65a5bfdcc64d91.tar.bz2 mate-system-monitor-886978d2efd71b829d677913ec65a5bfdcc64d91.tar.xz |
Use yelp-tools instead of mate-doc-utils
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); } |