diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-18 12:13:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-18 12:13:20 +0800 |
commit | 2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff (patch) | |
tree | 84ed60774f98a53bbbd8808dc890dde7ba68b7d3 /shell/e-shell-about-box.c | |
parent | a687435a74646d259a0112a0c33f96817568b765 (diff) | |
download | gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.tar.gz gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.tar.zst gsoc2013-evolution-2f3af438ae3c5a1f23779be59d4cc38beb1ea8ff.zip |
added (c) symbol and 2004 and changed to Novell to the copyright notice in
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.
svn path=/trunk/; revision=25108
Diffstat (limited to 'shell/e-shell-about-box.c')
-rw-r--r-- | shell/e-shell-about-box.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"), "", |