From 7c9b606d6499ff79a3cebae2d2971633e38aa66d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 30 Jul 2016 22:20:26 +0200 Subject: charpick: drop MateAbout and update copyright --- charpick/charpick.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'charpick') diff --git a/charpick/charpick.c b/charpick/charpick.c index 9cffff2a..d06b98e3 100644 --- a/charpick/charpick.c +++ b/charpick/charpick.c @@ -9,7 +9,6 @@ #ifdef HAVE_GUCHARMAP #include #endif -#include #include "charpick.h" #if GTK_CHECK_VERSION (3, 0, 0) @@ -646,16 +645,19 @@ about (GtkAction *action, NULL }; + char copyright[] = \ + "Copyright \xc2\xa9 2012-2016 MATE developers\n" + "Copyright \xc2\xa9 1998, 2004-2005 GNOME Applets Maintainers and others"; + static const gchar * const documenters[] = { "Dan Mueth ", "Sun GNOME Documentation Team ", NULL }; - mate_show_about_dialog (NULL, + gtk_show_about_dialog (NULL, "version", VERSION, - "copyright", "\xC2\xA9 1998, 2004-2005 GNOME Applets Maintainers " - "and others", + "copyright", copyright, "comments", _("Mate Panel applet for selecting strange " "characters that are not on my keyboard. " "Released under GNU General Public Licence."), -- cgit v1.2.1