summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-dialog.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-22 14:59:18 -0800
committerStefano Karapetsas <[email protected]>2013-12-22 14:59:18 -0800
commit16d15f21c3b4ccd46fcc189f2b8bd7071becf167 (patch)
tree734b31cac5519eef982d087f493b5ff853275e04 /mate-panel/panel-run-dialog.c
parentf4c7c8fe62818f8acf3b2514732148a3727a3d2a (diff)
parentae375c55fa3d1156b16f407bbf84bf541e0ffb20 (diff)
downloadmate-panel-16d15f21c3b4ccd46fcc189f2b8bd7071becf167.tar.bz2
mate-panel-16d15f21c3b4ccd46fcc189f2b8bd7071becf167.tar.xz
Merge pull request #152 from infirit/yelp
Update help uri to the correct location
Diffstat (limited to 'mate-panel/panel-run-dialog.c')
-rw-r--r--mate-panel/panel-run-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-run-dialog.c b/mate-panel/panel-run-dialog.c
index 0299374f..77d2ba38 100644
--- a/mate-panel/panel-run-dialog.c
+++ b/mate-panel/panel-run-dialog.c
@@ -547,7 +547,7 @@ panel_run_dialog_response (PanelRunDialog *dialog,
break;
case GTK_RESPONSE_HELP:
panel_show_help (gtk_window_get_screen (GTK_WINDOW (run_dialog)),
- "user-guide", "gospanel-23", NULL);
+ "mate-user-guide", "gospanel-23", NULL);
break;
default:
break;