From 5316e30819d5098fa578f5a536859d3c96f9feac Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 31 Jul 2016 00:19:12 +0200 Subject: timerapplet: use GtkAbout and update copyright --- timerapplet/timerapplet.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index e2eb3349..1f5fd662 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -30,7 +30,6 @@ #include #include -#include #include #include @@ -253,9 +252,13 @@ timer_about_callback (GtkAction *action, TimerApplet *applet) { const char* authors[] = { "Stefano Karapetsas ", NULL }; - mate_show_about_dialog(NULL, + char copyright[] = \ + "Copyright \xc2\xa9 2015-2016 MATE developers\n" + "Copyright \xc2\xa9 2014 Stefano Karapetsas"; + + gtk_show_about_dialog(NULL, "version", VERSION, - "copyright", "Copyright © 2014 Stefano Karapetsas", + "copyright", copyright, "authors", authors, "comments", _("Start a timer and receive a notification when it is finished"), "translator-credits", _("translator-credits"), -- cgit v1.2.1