From c12158d5ac51aee5c857f06104d8803213cd42fd Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 26 Apr 2014 14:12:03 +0200 Subject: Use about dialog from libmate-desktop --- applets/wncklet/window-menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applets/wncklet/window-menu.c') diff --git a/applets/wncklet/window-menu.c b/applets/wncklet/window-menu.c index 86701b96..76dfdc58 100644 --- a/applets/wncklet/window-menu.c +++ b/applets/wncklet/window-menu.c @@ -38,6 +38,8 @@ #include #endif +#include + #define WNCK_I_KNOW_THIS_IS_UNSTABLE #include @@ -81,7 +83,7 @@ static void window_menu_about(GtkAction* action, WindowMenu* window_menu) "Copyright \xc2\xa9 2001 Free Software Foundation, Inc.\n" "Copyright \xc2\xa9 2000 Helix Code, Inc."; - gtk_show_about_dialog(GTK_WINDOW(window_menu->applet), + mate_show_about_dialog(GTK_WINDOW(window_menu->applet), "program-name", _("Window Selector"), "authors", authors, "comments", _("The Window Selector shows a list of all windows in a menu and lets you browse them."), -- cgit v1.2.1