diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-about-box.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8e1e4ad648..86e6cca3ec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-03-18 Not Zed <NotZed@Ximian.com> + + * e-shell-about-box.c: added (c) symbol and 2004 and changed to + Novell to the copyright notice in the about box. + 2004-03-12 Not Zed <NotZed@Ximian.com> * e-shell.c (detect_version): when we check the evolution dir diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index 85cc3ef921..413c029883 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -40,7 +40,7 @@ static GtkEventBoxClass *parent_class = NULL; static const char *text[] = { "", "Evolution " VERSION, - "Copyright 1999 - 2003 Ximian, Inc.", + "Copyright \xC2\xA9 1999 - 2004 Novell, Inc.", "", N_("Brought to you by"), "", |