diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-07 03:30:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-07 03:30:58 +0800 |
commit | aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762 (patch) | |
tree | a548ecf7972eb04eb5738130187b985de196f48d | |
parent | 6a2ba3bd3ae2120014f85b51ef7b47e66093372b (diff) | |
download | gsoc2013-evolution-aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762.tar gsoc2013-evolution-aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762.tar.gz gsoc2013-evolution-aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762.tar.bz2 gsoc2013-evolution-aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762.tar.lz gsoc2013-evolution-aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762.tar.xz gsoc2013-evolution-aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762.tar.zst gsoc2013-evolution-aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762.zip |
Reduce width of the copyright message so it looks prettier with the new
* e-shell-about-box.c: Reduce width of the copyright message so it
looks prettier with the new Rupert artwork.
svn path=/trunk/; revision=15947
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-about-box.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e187ebe073..4a952da502 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2002-03-06 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-about-box.c: Reduce width of the copyright message so it + looks prettier with the new Rupert artwork. + 2002-03-04 Iain Holmes <iain@ximian.com> * Evolution-Storage.idl: Add some methods to the StorageRegistry diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index 33962b0663..461cda2d08 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -37,8 +37,8 @@ static GtkEventBoxClass *parent_class = NULL; static const char *text[] = { "", - N_("Evolution " VERSION), - N_("Copyright 1999, 2000, 2001, 2002 Ximian, Inc."), + "Evolution " VERSION, + "Copyright 1999 - 2002 Ximian, Inc.", "", N_("Brought to you by"), "", |