summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-show.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-26 15:35:47 +0200
committerStefano Karapetsas <[email protected]>2013-07-26 15:35:47 +0200
commit88fbc42c5872c4bca0c3cb71133cda1e66584cee (patch)
tree37cb3248337a60f19cfb44e927a53e71f11accb8 /mate-panel/libpanel-util/panel-show.c
parent95cd1b57f9cd1e84bca22a0d9ff6046e11344b71 (diff)
parent2ced54ba17c63fda9f5da417f4dd0d5380db8b59 (diff)
downloadmate-panel-88fbc42c5872c4bca0c3cb71133cda1e66584cee.tar.bz2
mate-panel-88fbc42c5872c4bca0c3cb71133cda1e66584cee.tar.xz
Merge branch 'dev-yelp-tools'
Diffstat (limited to 'mate-panel/libpanel-util/panel-show.c')
-rw-r--r--mate-panel/libpanel-util/panel-show.c4
1 files changed, 2 insertions, 2 deletions
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);