From 7386181d44ff236e8aba7b4643dea129a113eb82 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 27 Jul 2016 22:44:17 +0200 Subject: applets: update Copyright --- applets/inhibit/inhibit-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/inhibit/inhibit-applet.c') 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); -- cgit v1.2.1