aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-02-07 21:27:51 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-02-07 21:27:51 +0800
commit54daba7c7effc774c814fee3099182ab0de8c9d9 (patch)
tree7a870224ace375ecddfdde7fd292305045575238
parenta853e3d5a2f48a2312023183de97f3a47bbbb678 (diff)
downloadgsoc2013-evolution-54daba7c7effc774c814fee3099182ab0de8c9d9.tar
gsoc2013-evolution-54daba7c7effc774c814fee3099182ab0de8c9d9.tar.gz
gsoc2013-evolution-54daba7c7effc774c814fee3099182ab0de8c9d9.tar.bz2
gsoc2013-evolution-54daba7c7effc774c814fee3099182ab0de8c9d9.tar.lz
gsoc2013-evolution-54daba7c7effc774c814fee3099182ab0de8c9d9.tar.xz
gsoc2013-evolution-54daba7c7effc774c814fee3099182ab0de8c9d9.tar.zst
gsoc2013-evolution-54daba7c7effc774c814fee3099182ab0de8c9d9.zip
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
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-window-commands.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d603fc55b6..e8a733ec1c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-07 Andre Klapper <a9016009@gmx.de>
+
+ * e-shell-window-commands.c: changing year from 2005 to 2006.
+
2006-02-05 Andre Klapper <a9016009@gmx.de>
* shell.error.xml: fixing one typo. fixes #304996 partially.
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);