[Xfce4-commits] <ristretto:master> update copyright-string
Stephan Arts
noreply at xfce.org
Mon Aug 8 15:04:22 CEST 2011
Updating branch refs/heads/master
to 61e7417a58ffbeb182b5db3115a76f47f6458514 (commit)
from 4e27f7f6a2e9fbfabe4f5f566a3f29bdad8d167c (commit)
commit 61e7417a58ffbeb182b5db3115a76f47f6458514
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Aug 1 17:20:35 2011 +0200
update copyright-string
src/main_window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main_window.c b/src/main_window.c
index b711b7e..57227d7 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) Stephan Arts 2006-2010 <stephan at xfce.org>
+ * Copyright (c) Stephan Arts 2006-2011 <stephan at xfce.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1677,7 +1677,7 @@ cb_rstto_main_window_about (GtkWidget *widget, RsttoMainWindow *window)
gtk_about_dialog_set_license((GtkAboutDialog *)about_dialog,
xfce_get_license_text(XFCE_LICENSE_TEXT_GPL));
gtk_about_dialog_set_copyright((GtkAboutDialog *)about_dialog,
- "Copyright \302\251 2006-2010 Stephan Arts");
+ "Copyright \302\251 2006-2011 Stephan Arts");
gtk_dialog_run(GTK_DIALOG(about_dialog));
More information about the Xfce4-commits
mailing list