diff options
author | raveit65 <[email protected]> | 2016-07-28 11:14:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-28 21:48:14 +0200 |
commit | 74e843e0888e6436381931e33bc9717334fc742f (patch) | |
tree | eaf24215d5c928d3807a429e23c2e0f395269df0 /applets | |
parent | d150d25bd7d9f7efb8f08a14c30929dd8bec0386 (diff) | |
download | mate-panel-74e843e0888e6436381931e33bc9717334fc742f.tar.bz2 mate-panel-74e843e0888e6436381931e33bc9717334fc742f.tar.xz |
window-menu applet: use GtkAbout and update copyright
Diffstat (limited to 'applets')
-rw-r--r-- | applets/wncklet/window-menu.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 <glib/gi18n.h> #include <gdk/gdkkeysyms.h> -#include <libmate-desktop/mate-aboutdialog.h> - #define WNCK_I_KNOW_THIS_IS_UNSTABLE #include <libwnck/libwnck.h> @@ -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."), |