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
This commit is contained in:
@ -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
|
||||
|
@ -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"),
|
||||
"",
|
||||
|
Reference in New Issue
Block a user