From b1711b5535c030f948100a088199e8a6fb8aed06 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 28 Jul 2016 10:53:32 +0200 Subject: fish: use GtkAbout and update copyright --- applets/fish/fish.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applets/fish/fish.c b/applets/fish/fish.c index 35531b73..7605eece 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include @@ -561,7 +560,8 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) char* authors[3]; char* descr; char copyright[] = \ - "Copyright \xc2\xa9 1998-2002 Free Software Foundation, Inc."; + "Copyright \xc2\xa9 1998-2002 Free Software Foundation, Inc.\n" + "Copyright \xc2\xa9 2012-2016 MATE developers"; authors[0] = g_strdup_printf(author_format, fish->name); authors[1] = _("(with minor help from George)"); @@ -569,7 +569,7 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) descr = g_strdup_printf(about_format, fish->name); - mate_show_about_dialog(NULL, + gtk_show_about_dialog(NULL, "program-name", _("Fish"), "authors", authors, "comments", descr, -- cgit v1.2.1