From 8b37f5bb6c8bd04dcde7edd66a366ba5c1eb3834 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 23 May 2012 17:14:21 +0200 Subject: fix some things for MATE in wncklet applet --- applets/wncklet/window-menu.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'applets/wncklet/window-menu.c') diff --git a/applets/wncklet/window-menu.c b/applets/wncklet/window-menu.c index dabdb7e8..bfe41638 100644 --- a/applets/wncklet/window-menu.c +++ b/applets/wncklet/window-menu.c @@ -59,6 +59,9 @@ static void window_menu_help(GtkAction* action, WindowMenu* window_menu) static void window_menu_about(GtkAction* action, WindowMenu* window_menu) { static const char* authors[] = { + "Perberos ", + "Steve Zesch ", + "Stefano Karapetsas ", "Mark McLoughlin ", "George Lebl ", "Jacob Berkman ", @@ -66,11 +69,12 @@ static void window_menu_about(GtkAction* action, WindowMenu* window_menu) }; const char* documenters[] = { - "Sun MATE Documentation Team ", + "Sun GNOME Documentation Team ", NULL }; char copyright[] = \ + "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."; @@ -85,7 +89,7 @@ static void window_menu_about(GtkAction* action, WindowMenu* window_menu) "logo-icon-name", WINDOW_MENU_ICON, "translator-credits", _("translator-credits"), "version", VERSION, - "website", "http://matsusoft.com.ar/projects/mate/", + "website", "http://www.mate-desktop.org/", NULL); } -- cgit v1.2.1