diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-11 03:39:07 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-11 03:39:07 +0800 |
commit | 271d9b306ebe673e2e52d965bb5b4a259c8189a0 (patch) | |
tree | f0eed436a8fd0676ba8657fce1f8f931fded5022 | |
parent | 09199ae2ea091126d0481e16ad16b3a0479c256b (diff) | |
download | gsoc2013-evolution-271d9b306ebe673e2e52d965bb5b4a259c8189a0.tar gsoc2013-evolution-271d9b306ebe673e2e52d965bb5b4a259c8189a0.tar.gz gsoc2013-evolution-271d9b306ebe673e2e52d965bb5b4a259c8189a0.tar.bz2 gsoc2013-evolution-271d9b306ebe673e2e52d965bb5b4a259c8189a0.tar.lz gsoc2013-evolution-271d9b306ebe673e2e52d965bb5b4a259c8189a0.tar.xz gsoc2013-evolution-271d9b306ebe673e2e52d965bb5b4a259c8189a0.tar.zst gsoc2013-evolution-271d9b306ebe673e2e52d965bb5b4a259c8189a0.zip |
Add myself to the about box, finally.
svn path=/trunk/; revision=4700
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f160418e7d..8fc703572b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-08-10 Peter Williams <peterw@helixcode.com> + + * e-shell-view-menu.c (command_about_box): Add lil' ol' + me to the about box. + 2000-08-09 Christopher James Lahey <clahey@helixcode.com> * e-setup.c, e-shell.c: Fixed some warnings. diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 6488320e5a..8d0f8b0bf6 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -153,12 +153,13 @@ command_about_box (BonoboUIHandler *uih, "Federico Mena", "Eskil Heyn Olsen", "Ettore Perazzoli", + "Jeffrey Stedfast", "Russell Steinthal", "Peter Teichman", "Chris Toshok", + "Peter Williams", "Dan Winship", "Michael Zucchi", - "Jeffrey Stedfast", NULL}; about_box = gnome_about_new(_("Evolution"), |