From 6770e908aba46c8d3b67abe87fbe6300f2c037ff Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 31 Jul 2016 00:22:26 +0200 Subject: trash-applet: use GtkAbout and update copyright --- trashapplet/src/trashapplet.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'trashapplet') diff --git a/trashapplet/src/trashapplet.c b/trashapplet/src/trashapplet.c index 7b297aab..e406dfb2 100644 --- a/trashapplet/src/trashapplet.c +++ b/trashapplet/src/trashapplet.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include "trash-empty.h" @@ -420,15 +419,20 @@ trash_applet_show_about (GtkAction *action, "Ryan Lortie ", NULL }; + + char copyright[] = \ + "Copyright \xc2\xa9 2012-2016 MATE developers\n" + "Copyright \xc2\xa9 2008 Ryan Lortie\n" + "Copyright \xc2\xa9 2004 Michiel Sikkes"; + static const char *documenters[] = { "Michiel Sikkes ", NULL }; - mate_show_about_dialog (NULL, + gtk_show_about_dialog (NULL, "version", VERSION, - "copyright", "Copyright \xC2\xA9 2004 Michiel Sikkes," - "\xC2\xA9 2008 Ryan Lortie", + "copyright", copyright, "comments", _("A MATE trash bin that lives in your panel. " "You can use it to view the trash or drag " "and drop items into the trash."), -- cgit v1.2.1