From e2769ec922b622ca9362eb93271949aa42eecc44 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 28 Jul 2016 11:34:28 +0200 Subject: clock: use GtkAbout and update copyright --- applets/clock/clock.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'applets/clock') diff --git a/applets/clock/clock.c b/applets/clock/clock.c index 8a40ad63..dd798277 100644 --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -52,8 +52,6 @@ #include #include -#include - #include #include #include @@ -3337,9 +3335,10 @@ static void display_about_dialog(GtkAction* action, ClockData* cd) }; char copyright[] = \ + "Copyright \xc2\xa9 2012-2016 MATE developers\n" "Copyright \xc2\xa9 1998-2004 Free Software Foundation, Inc."; - mate_show_about_dialog(NULL, + gtk_show_about_dialog(NULL, "program-name", _("Clock"), "authors", authors, "comments", _("The Clock displays the current time and date"), -- cgit v1.2.1