diff options
Diffstat (limited to 'applets/notification_area')
-rw-r--r-- | applets/notification_area/main.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/applets/notification_area/main.c b/applets/notification_area/main.c index 271d22f8..613a2470 100644 --- a/applets/notification_area/main.c +++ b/applets/notification_area/main.c @@ -272,17 +272,14 @@ static void about_cb(GtkAction* action, NaTrayApplet* applet) NULL }; - const char copyright[] = \ - "Copyright \xc2\xa9 2002 Red Hat, Inc.\n" - "Copyright \xc2\xa9 2003-2006 Vincent Untz\n" - "Copyright \xc2\xa9 2011 Perberos\n" - "Copyright \xc2\xa9 2012-2018 MATE developers"; - gtk_show_about_dialog(NULL, "program-name", _("Notification Area"), "authors", authors, //"comments", _(comments), - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 2002 Red Hat, Inc.\n" + "Copyright \xc2\xa9 2003-2006 Vincent Untz\n" + "Copyright \xc2\xa9 2011 Perberos\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "documenters", documenters, "logo-icon-name", NOTIFICATION_AREA_ICON, "translator-credits", _("translator-credits"), |