From 92f8b13c967dd867455acc9cdbc5f58a6550b9ae Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 22 Sep 2014 11:14:46 +0200 Subject: Add copyright about MATE developers on about window --- mate-panel/panel-context-menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mate-panel/panel-context-menu.c b/mate-panel/panel-context-menu.c index 0e423bff..49e8c9b2 100644 --- a/mate-panel/panel-context-menu.c +++ b/mate-panel/panel-context-menu.c @@ -139,7 +139,8 @@ panel_context_menu_show_about_dialog (GtkWidget *menuitem) g_object_set (about, "program-name", _("The MATE Panel"), "version", VERSION, - "copyright", "Copyright \xc2\xa9 1997-2003 Free Software Foundation, Inc.", + "copyright", "Copyright \xc2\xa9 1997-2003 Free Software Foundation, Inc.\n" + "Copyright \xc2\xa9 2011-2014 MATE Developers.", "comments", _("This program is responsible for launching other " "applications and provides useful utilities."), "authors", authors, -- cgit v1.2.1