diff options
author | Stefano Karapetsas <[email protected]> | 2014-09-22 11:14:46 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-22 11:14:46 +0200 |
commit | 92f8b13c967dd867455acc9cdbc5f58a6550b9ae (patch) | |
tree | 2d96241592b8271453f14cc72e706ecc68d180a2 | |
parent | 5ea32831e2b85c82d75feb349f49b7ceead407e7 (diff) | |
download | mate-panel-92f8b13c967dd867455acc9cdbc5f58a6550b9ae.tar.bz2 mate-panel-92f8b13c967dd867455acc9cdbc5f58a6550b9ae.tar.xz |
Add copyright about MATE developers on about window
-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, |