diff options
author | raveit65 <[email protected]> | 2016-07-28 11:09:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-28 21:48:14 +0200 |
commit | d150d25bd7d9f7efb8f08a14c30929dd8bec0386 (patch) | |
tree | cc98ea1a634e7f570e2f5a4c8c1241bdaa4be54a | |
parent | b1711b5535c030f948100a088199e8a6fb8aed06 (diff) | |
download | mate-panel-d150d25bd7d9f7efb8f08a14c30929dd8bec0386.tar.bz2 mate-panel-d150d25bd7d9f7efb8f08a14c30929dd8bec0386.tar.xz |
na: : use GtkAbout and update copyright
-rw-r--r-- | applets/notification_area/main.c | 7 |
1 files changed, 3 insertions, 4 deletions
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 <glib/gi18n.h> #include <gtk/gtk.h> -#include <libmate-desktop/mate-aboutdialog.h> - #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), |