summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-10-03 22:02:57 +0300
committermonsta <[email protected]>2017-10-03 22:02:57 +0300
commite5cc20a1a1066b8e1ea1ebd3ff244603483c361f (patch)
tree94179d3ff081b6d03744d6a5388130197bb559f3
parent2513dd26953b36db3dcc8a051576d5ca7d458ab9 (diff)
downloadmate-indicator-applet-e5cc20a1a1066b8e1ea1ebd3ff244603483c361f.tar.bz2
mate-indicator-applet-e5cc20a1a1066b8e1ea1ebd3ff244603483c361f.tar.xz
add our copyright to About dialog
fixes https://github.com/mate-desktop/mate-indicator-applet/issues/9
-rw-r--r--src/applet-main.c2
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