diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-about-box.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 808a811547..1afc6b2756 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-10-24 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-about-box.c: Add a few names to the box. + 2001-10-24 Dan Winship <danw@ximian.com> * evolution-storage.c (evolution_storage_new_folder): diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index 71390c5313..cf974c65f9 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -44,6 +44,8 @@ static const char *text[] = { N_("Brought to you by"), "", "Seth Alves", + "Jacob Berkman", + "Kevin Breit", "Anders Carlsson", "Damon Chaplin", "Clifford R. Conover", @@ -71,6 +73,8 @@ static const char *text[] = { "Peter Teichman", "Chris Toshok", "Jon Trowbridge", + "Luis Villa", + "Aaron Weber", "Peter Williams", "Dan Winship", "Michael Zucchi" |