From 54daba7c7effc774c814fee3099182ab0de8c9d9 Mon Sep 17 00:00:00 2001
From: Andre Klapper <a9016009@gmx.de>
Date: Tue, 7 Feb 2006 13:27:51 +0000
Subject: changing year from 2005 to 2006.

2006-02-07  Andre Klapper  <a9016009@gmx.de>
	* e-shell-window-commands.c: changing year from 2005 to 2006.

svn path=/trunk/; revision=31434
---
 shell/e-shell-window-commands.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'shell/e-shell-window-commands.c')

diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index f7da6157be..71ae1a50bf 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -529,7 +529,7 @@ about_box_new (void)
 	 * about box*/
 	char *translator_credits = _("translator-credits");
 	
-	g_sprintf (copyright, "Copyright \xC2\xA9 1999 - 2005 Novell, Inc. and Others");
+	g_sprintf (copyright, "Copyright \xC2\xA9 1999 - 2006 Novell, Inc. and Others");
                                                                                 
 	filename = g_build_filename (EVOLUTION_DATADIR, "pixmaps",
 				     "evolution-1.5.png", NULL);
-- 
cgit