From d150d25bd7d9f7efb8f08a14c30929dd8bec0386 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 28 Jul 2016 11:09:03 +0200 Subject: na: : use GtkAbout and update copyright --- applets/notification_area/main.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'applets/notification_area/main.c') diff --git a/applets/notification_area/main.c b/applets/notification_area/main.c index 743ab7b4..4b87e25d 100644 --- a/applets/notification_area/main.c +++ b/applets/notification_area/main.c @@ -29,8 +29,6 @@ #include #include -#include - #include "main.h" #include "na-tray-manager.h" #include "na-tray.h" @@ -134,9 +132,10 @@ static void about_cb(GtkAction* action, NaTrayApplet* applet) const char copyright[] = \ "Copyright \xc2\xa9 2002 Red Hat, Inc.\n" "Copyright \xc2\xa9 2003-2006 Vincent Untz\n" - "Copyright \xc2\xa9 2011 Perberos"; + "Copyright \xc2\xa9 2011 Perberos\n" + "Copyright \xc2\xa9 2012-2016 MATE developers"; - mate_show_about_dialog(NULL, + gtk_show_about_dialog(NULL, "program-name", _("Notification Area"), "authors", authors, //"comments", _(comments), -- cgit v1.2.1