diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-25 09:18:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-25 09:18:51 +0800 |
commit | 6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09 (patch) | |
tree | 7342245496b058e774e5042b0e42e90c77216ed6 | |
parent | 9522b556a238d03c4cca6bb77c3736e4b4a5b9d3 (diff) | |
download | gsoc2013-evolution-6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09.tar gsoc2013-evolution-6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09.tar.gz gsoc2013-evolution-6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09.tar.bz2 gsoc2013-evolution-6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09.tar.lz gsoc2013-evolution-6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09.tar.xz gsoc2013-evolution-6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09.tar.zst gsoc2013-evolution-6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09.zip |
Add a few names to the box.
* e-shell-about-box.c: Add a few names to the box.
svn path=/trunk/; revision=14083
-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" |