[Xfce4-commits] [apps/xfce4-taskmanager] 10/14: bump copyright years and update authors in about dialog
noreply at xfce.org
noreply at xfce.org
Fri Dec 19 22:58:40 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit c2cd74008f6af955f89d4137da56313a568f81c2
Author: Landry Breuil <landry at xfce.org>
Date: Fri Dec 19 22:29:45 2014 +0100
bump copyright years and update authors in about dialog
---
src/process-window.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/process-window.c b/src/process-window.c
index cb01bf4..45dcf3c 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -353,6 +353,7 @@ static void
show_about_dialog (XtmProcessWindow *window)
{
const gchar *authors[] = {
+ "(c) 2014 Landry Breuil, Harald Judt, Peter de Ridder, Simon Steinbess",
"(c) 2008-2010 Mike Massonnet",
"(c) 2005-2008 Johannes Zellner",
"",
@@ -383,7 +384,7 @@ show_about_dialog (XtmProcessWindow *window)
gtk_show_about_dialog (GTK_WINDOW (window->window),
"program-name", _("Task Manager"),
"version", PACKAGE_VERSION,
- "copyright", "Copyright \302\251 2005-2010 The Xfce development team",
+ "copyright", "Copyright \302\251 2005-2014 The Xfce development team",
"logo-icon-name", "utilities-system-monitor",
#ifndef HAVE_GTK3
"icon-name", GTK_STOCK_ABOUT,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list