diff options
author | monsta <[email protected]> | 2017-10-03 22:02:57 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-03 22:04:35 +0300 |
commit | 9cb2e405012ae33de47414247585e1d743318f2a (patch) | |
tree | d7d0578bb00eb8067855ed631cf99fe88e1824b3 /src/applet-main.c | |
parent | 893f75b278e490c9dddc3e82903a78270f9dae67 (diff) | |
download | mate-indicator-applet-9cb2e405012ae33de47414247585e1d743318f2a.tar.bz2 mate-indicator-applet-9cb2e405012ae33de47414247585e1d743318f2a.tar.xz |
add our copyright to About dialog
fixes https://github.com/mate-desktop/mate-indicator-applet/issues/9
Diffstat (limited to 'src/applet-main.c')
-rw-r--r-- | src/applet-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applet-main.c b/src/applet-main.c index acd0e8a..7e6722b 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -733,7 +733,7 @@ about_cb (GtkAction *action G_GNUC_UNUSED, gtk_show_about_dialog(NULL, "version", VERSION, - "copyright", "Copyright \xc2\xa9 2009-2010 Canonical, Ltd.", + "copyright", "Copyright \xc2\xa9 2009-2010 Canonical, Ltd.\nCopyright \xc2\xa9 2011-2017 MATE developers", #ifdef INDICATOR_APPLET_APPMENU "comments", _("An applet to hold your application menus."), #endif |