diff options
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); |