diff options
author | infirit <[email protected]> | 2014-02-09 15:07:26 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-09 16:19:03 +0100 |
commit | 83a76222ea1e8af8d928b9ad41d7349256d0e7c3 (patch) | |
tree | 3ddb81ac9627ec1fa7f479ef7b400a8a982124d2 /applets/wncklet/window-menu.c | |
parent | 6b509a04f52aa4a70cd4a7a6a51295bccbf161b3 (diff) | |
download | mate-panel-83a76222ea1e8af8d928b9ad41d7349256d0e7c3.tar.bz2 mate-panel-83a76222ea1e8af8d928b9ad41d7349256d0e7c3.tar.xz |
help: Avoid file collision with gnome-panel
Also correct help uri for applets.
Diffstat (limited to 'applets/wncklet/window-menu.c')
-rw-r--r-- | applets/wncklet/window-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/wncklet/window-menu.c b/applets/wncklet/window-menu.c index cef49657..86701b96 100644 --- a/applets/wncklet/window-menu.c +++ b/applets/wncklet/window-menu.c @@ -55,7 +55,7 @@ typedef struct { static void window_menu_help(GtkAction* action, WindowMenu* window_menu) { - wncklet_display_help(window_menu->applet, "user-guide", "panel-windowselector", WINDOW_MENU_ICON); + wncklet_display_help(window_menu->applet, "mate-user-guide", "panel-windowselector", WINDOW_MENU_ICON); } static void window_menu_about(GtkAction* action, WindowMenu* window_menu) |