From 19e86c60f34d9de6510b2a737af8a9af652630c8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 31 Jul 2016 00:03:26 +0200 Subject: netspeed: use GtkAbout and update copyright --- netspeed/src/netspeed.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/netspeed/src/netspeed.c b/netspeed/src/netspeed.c index abf6451b..cd3bf909 100644 --- a/netspeed/src/netspeed.c +++ b/netspeed/src/netspeed.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include "backend.h" @@ -803,9 +802,14 @@ about_cb(GtkAction *action, gpointer data) NULL }; - mate_show_about_dialog (NULL, + char copyright[] = \ + "Copyright \xc2\xa9 2015-2016 MATE developers\n" + "Copyright \xc2\xa9 2011-2014 Stefano Karapetsas\n" + "Copyright \xc2\xa9 2002-2003 Jörgen Scheibengruber"; + + gtk_show_about_dialog (NULL, "version", VERSION, - "copyright", "Copyright 2002 - 2003 Jörgen Scheibengruber\nCopyright 2011-2014 Stefano Karapetsas", + "copyright", copyright, "comments", _("A little applet that displays some information on the traffic on the specified network device"), "authors", authors, "documenters", NULL, -- cgit v1.2.1