From 2303c1325e34d887314444e59741882344b0b7cd Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 30 Jul 2016 23:28:41 +0200 Subject: geyes: use GtkAbout and update copyright --- geyes/geyes.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/geyes/geyes.c b/geyes/geyes.c index 0f2a9d20..2c7267cd 100644 --- a/geyes/geyes.c +++ b/geyes/geyes.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include "geyes.h" @@ -175,11 +174,15 @@ static void about_cb (GtkAction *action, EyesApplet *eyes_applet) { - static const gchar *authors [] = { - "Dave Camp ", - NULL + static const gchar *authors [] = { + "Dave Camp ", + NULL }; + char copyright[] = \ + "Copyright \xc2\xa9 2012-2016 MATE developers\n" + "Copyright \xC2\xA9 1999 Dave Camp"; + const gchar *documenters[] = { "Arjan Scherpenisse ", "Telsa Gwynne ", @@ -187,15 +190,15 @@ about_cb (GtkAction *action, NULL }; - mate_show_about_dialog (NULL, - "version", VERSION, - "comments", _("A goofy set of eyes for the MATE " - "panel. They follow your mouse."), - "copyright", "\xC2\xA9 1999 Dave Camp", - "authors", authors, - "documenters", documenters, - "translator-credits", _("translator-credits"), - "logo-icon-name", "mate-eyes-applet", + gtk_show_about_dialog (NULL, + "version", VERSION, + "comments", _("A goofy set of eyes for the MATE " + "panel. They follow your mouse."), + "copyright", copyright, + "authors", authors, + "documenters", documenters, + "translator-credits", _("translator-credits"), + "logo-icon-name", "mate-eyes-applet", NULL); } -- cgit v1.2.1