diff options
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
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); |