diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
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); |