From ae375c55fa3d1156b16f407bbf84bf541e0ffb20 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 22 Dec 2013 19:54:56 +0100 Subject: Update help uri to the correct location --- mate-panel/libpanel-util/panel-show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/libpanel-util/panel-show.c') diff --git a/mate-panel/libpanel-util/panel-show.c b/mate-panel/libpanel-util/panel-show.c index 51167874..6c80a142 100644 --- a/mate-panel/libpanel-util/panel-show.c +++ b/mate-panel/libpanel-util/panel-show.c @@ -271,7 +271,7 @@ panel_show_help (GdkScreen *screen, g_return_val_if_fail (error == NULL || *error == NULL, FALSE); if (link) - uri = g_strdup_printf ("help:%s?%s", doc, link); + uri = g_strdup_printf ("help:%s/%s", doc, link); else uri = g_strdup_printf ("help:%s", doc); -- cgit v1.2.1