From aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 6 Mar 2002 19:30:58 +0000 Subject: 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 --- shell/ChangeLog | 5 +++++ shell/e-shell-about-box.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'shell') 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 + + * 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 * 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"), "", -- cgit v1.2.3