From 0a852ea485c6b0b99a3337942d61a44b95572083 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 28 Jul 2016 11:31:42 +0200 Subject: window-list: use GtkAbout and update copyright --- applets/wncklet/window-list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets/wncklet/window-list.c') diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c index 0a7a6d19..b9db7e3c 100644 --- a/applets/wncklet/window-list.c +++ b/applets/wncklet/window-list.c @@ -24,7 +24,6 @@ #include #define MATE_DESKTOP_USE_UNSTABLE_API -#include #include #include "wncklet.h" @@ -552,10 +551,11 @@ static void display_about_dialog(GtkAction* action, TasklistData* tasklist) }; char copyright[] = \ + "Copyright \xc2\xa9 2012-2016 MATE developers\n" "Copyright \xc2\xa9 2011 Perberos\n" "Copyright \xc2\xa9 2002 Red Hat, Inc."; - mate_show_about_dialog(GTK_WINDOW(tasklist->applet), + gtk_show_about_dialog(GTK_WINDOW(tasklist->applet), "program-name", _("Window List"), "authors", authors, "comments", _("The Window List shows a list of all windows in a set of buttons and lets you browse them."), -- cgit v1.2.1