diff options
Diffstat (limited to 'shell')
-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"), |