From 4e6fffb0f36f4ca2f17069fc3e3587918059733c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 28 Jul 2016 11:29:07 +0200 Subject: show-desktop: use GtkAbout and update copyright --- applets/wncklet/showdesktop.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'applets/wncklet/showdesktop.c') diff --git a/applets/wncklet/showdesktop.c b/applets/wncklet/showdesktop.c index a3a9d5c7..f336fd95 100644 --- a/applets/wncklet/showdesktop.c +++ b/applets/wncklet/showdesktop.c @@ -33,8 +33,6 @@ #define WNCK_I_KNOW_THIS_IS_UNSTABLE #include -#include - #include "wncklet.h" #include "showdesktop.h" @@ -533,10 +531,11 @@ static void display_about_dialog(GtkAction* action, ShowDesktopData* sdd) /* Translator credits */ //const char* translator_credits = _("translator-credits"); 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(sdd->applet), + gtk_show_about_dialog(GTK_WINDOW(sdd->applet), "program-name", _("Show Desktop Button"), "authors", authors, "comments", _("This button lets you hide all windows and show the desktop."), -- cgit v1.2.1