diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-02-07 21:27:51 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-02-07 21:27:51 +0800 |
commit | 54daba7c7effc774c814fee3099182ab0de8c9d9 (patch) | |
tree | 7a870224ace375ecddfdde7fd292305045575238 /shell/e-shell-window-commands.c | |
parent | a853e3d5a2f48a2312023183de97f3a47bbbb678 (diff) | |
download | gsoc2013-evolution-54daba7c7effc774c814fee3099182ab0de8c9d9.tar.gz 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
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |