diff options
author | monsta <[email protected]> | 2017-10-06 12:57:26 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-06 13:29:41 +0300 |
commit | 06341f8fbb2d0db3929e33f0c9f9c5cf93fb0039 (patch) | |
tree | 6b0569cb085b1b28886543daf42fa4bf9b9a3992 /mate-window-picker-applet | |
parent | d92c64fdada5d0c3c57e590546e01fd66166740d (diff) | |
download | mate-netbook-06341f8fbb2d0db3929e33f0c9f9c5cf93fb0039.tar.bz2 mate-netbook-06341f8fbb2d0db3929e33f0c9f9c5cf93fb0039.tar.xz |
window picker: update copyright year
Diffstat (limited to 'mate-window-picker-applet')
-rw-r--r-- | mate-window-picker-applet/applet.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-window-picker-applet/applet.c b/mate-window-picker-applet/applet.c index 9629f9b..7cd6500 100644 --- a/mate-window-picker-applet/applet.c +++ b/mate-window-picker-applet/applet.c @@ -214,7 +214,8 @@ display_about_dialog (GtkAction *action, "authors", close_window_authors, "logo-icon-name", "preferences-system-windows", "copyright", "Copyright \xc2\xa9 2008 Canonical Ltd\n" - "Copyright \xc2\xa9 2013-2014 Stefano Karapetsas", + "Copyright \xc2\xa9 2013-2014 Stefano Karapetsas\n" + "Copyright \xc2\xa9 2015-2017 MATE developers", NULL); gtk_widget_show (panel_about_dialog); |