diff options
author | raveit65 <[email protected]> | 2016-07-28 11:29:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-28 21:48:14 +0200 |
commit | 4e6fffb0f36f4ca2f17069fc3e3587918059733c (patch) | |
tree | 13e4e2881334c705d5fd50bdfc321fbe686c2124 /applets | |
parent | 8f77556a7ce4b75c695f4fb0f6d86e19637bd686 (diff) | |
download | mate-panel-4e6fffb0f36f4ca2f17069fc3e3587918059733c.tar.bz2 mate-panel-4e6fffb0f36f4ca2f17069fc3e3587918059733c.tar.xz |
show-desktop: use GtkAbout and update copyright
Diffstat (limited to 'applets')
-rw-r--r-- | applets/wncklet/showdesktop.c | 5 |
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."), |