summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-28 11:29:07 +0200
committerraveit65 <[email protected]>2016-07-28 21:48:14 +0200
commit4e6fffb0f36f4ca2f17069fc3e3587918059733c (patch)
tree13e4e2881334c705d5fd50bdfc321fbe686c2124
parent8f77556a7ce4b75c695f4fb0f6d86e19637bd686 (diff)
downloadmate-panel-4e6fffb0f36f4ca2f17069fc3e3587918059733c.tar.bz2
mate-panel-4e6fffb0f36f4ca2f17069fc3e3587918059733c.tar.xz
show-desktop: use GtkAbout and update copyright
-rw-r--r--applets/wncklet/showdesktop.c5
1 files changed, 2 insertions, 3 deletions
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 <libwnck/libwnck.h>
-#include <libmate-desktop/mate-aboutdialog.h>
-
#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."),