diff options
-rw-r--r-- | mate-panel/panel-context-menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
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, |