summaryrefslogtreecommitdiff
path: root/applets/inhibit/inhibit-applet.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-27 22:44:17 +0200
committerraveit65 <[email protected]>2016-08-01 15:30:30 +0200
commit7386181d44ff236e8aba7b4643dea129a113eb82 (patch)
tree92145f413628f8c73d50ba96faa611ea27d3893a /applets/inhibit/inhibit-applet.c
parent6508fb1c8fbd218e86c9f05a96b19f5263fde90e (diff)
downloadmate-power-manager-7386181d44ff236e8aba7b4643dea129a113eb82.tar.bz2
mate-power-manager-7386181d44ff236e8aba7b4643dea129a113eb82.tar.xz
applets: update Copyright
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r--applets/inhibit/inhibit-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c
index dad16a7..fe34c1d 100644
--- a/applets/inhibit/inhibit-applet.c
+++ b/applets/inhibit/inhibit-applet.c
@@ -465,7 +465,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data)
about = (GtkAboutDialog*) gtk_about_dialog_new ();
gtk_about_dialog_set_program_name (about, GPM_INHIBIT_APPLET_NAME);
gtk_about_dialog_set_version (about, VERSION);
- gtk_about_dialog_set_copyright (about, _("Copyright \xc2\xa9 2006-2007 Richard Hughes"));
+ gtk_about_dialog_set_copyright (about, _("Copyright \xc2\xa9 2011-2016 MATE Developer"));
gtk_about_dialog_set_comments (about, GPM_INHIBIT_APPLET_DESC);
gtk_about_dialog_set_authors (about, authors);
gtk_about_dialog_set_documenters (about, documenters);