aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2005-06-24 18:56:29 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-06-24 18:56:29 +0800
commit8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a (patch)
treea7a4a905fe79008526103a9b67cc2e652748bd9d
parentf0d85c8bf784355ec06bb069f942fe7a68222fd7 (diff)
downloadgsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.tar
gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.tar.gz
gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.tar.bz2
gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.tar.lz
gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.tar.xz
gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.tar.zst
gsoc2013-evolution-8dcf750d5dea07d18c55cbd7c5fb5674d0a4fe5a.zip
+2005-06-24 Harish Krishnaswamy <kharish@novell.com>
(patch submitted by Andre Klapper <a9016009@gmx.de>) * e-shell-window-commands.c: changed copyright year from 2004 * to 2005 svn path=/trunk/; revision=29580
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/e-shell-window-commands.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 77ac40f73c..9ed0427994 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,4 +1,9 @@
-2005-06-23 Not Zed <NotZed@Ximian.com>
++2005-06-24 Harish Krishnaswamy <kharish@novell.com>
+
+ (patch submitted by Andre Klapper <a9016009@gmx.de>)
+ * e-shell-window-commands.c: changed copyright year from 2004 to 2005
+
++2005-06-23 Not Zed <NotZed@Ximian.com>
* e-shell-window-commands.c: added jonathan dieter. Fixed up the
busted utf8 and duplicates.
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index ac2e6e1504..e5b2b27ad7 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -506,7 +506,7 @@ about_box_new (void)
* about box*/
char *translator_credits = _("translator-credits");
- g_sprintf (copyright, "Copyright \xC2\xA9 1999 - 2004 Novell, Inc. and Others");
+ g_sprintf (copyright, "Copyright \xC2\xA9 1999 - 2005 Novell, Inc. and Others");
filename = g_build_filename (EVOLUTION_DATADIR, "pixmaps",
"evolution-1.5.png", NULL);