From 74e843e0888e6436381931e33bc9717334fc742f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 28 Jul 2016 11:14:53 +0200 Subject: window-menu applet: use GtkAbout and update copyright --- applets/wncklet/window-menu.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'applets/wncklet/window-menu.c') diff --git a/applets/wncklet/window-menu.c b/applets/wncklet/window-menu.c index e457eeeb..c0d7c4c7 100644 --- a/applets/wncklet/window-menu.c +++ b/applets/wncklet/window-menu.c @@ -35,8 +35,6 @@ #include #include -#include - #define WNCK_I_KNOW_THIS_IS_UNSTABLE #include @@ -75,12 +73,13 @@ static void window_menu_about(GtkAction* action, WindowMenu* window_menu) }; char copyright[] = \ + "Copyright \xc2\xa9 2012-2016 MATE developers\n" "Copyright \xc2\xa9 2011 Perberos\n" "Copyright \xc2\xa9 2003 Sun Microsystems, Inc.\n" "Copyright \xc2\xa9 2001 Free Software Foundation, Inc.\n" "Copyright \xc2\xa9 2000 Helix Code, Inc."; - mate_show_about_dialog(GTK_WINDOW(window_menu->applet), + gtk_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