diff options
Diffstat (limited to 'mate-window-picker-applet')
-rw-r--r-- | mate-window-picker-applet/applet.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mate-window-picker-applet/applet.c b/mate-window-picker-applet/applet.c index ad58ad7..5a7e646 100644 --- a/mate-window-picker-applet/applet.c +++ b/mate-window-picker-applet/applet.c @@ -286,8 +286,9 @@ display_about_dialog (GtkAction *action, "comments", _("Window Picker"), "version", PACKAGE_VERSION, "authors", close_window_authors, - "logo-icon-name", "system-preferences-windows", - "copyright", "Copyright \xc2\xa9 2008 Canonical Ltd", + "logo-icon-name", "preferences-system-windows", + "copyright", "Copyright \xc2\xa9 2008 Canonical Ltd\n" + "Copyright \xc2\xa9 2013 Stefano Karapetsas", NULL); gtk_widget_show (panel_about_dialog); |