diff options
| author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-28 01:35:47 +0800 |
|---|---|---|
| committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-28 01:35:47 +0800 |
| commit | fa30d9dc099ff50575b2a93e82a856b8edf44cc1 (patch) | |
| tree | f86f78f2e0d2ecfaf8fb14d07d55b539e84f36ad /shell | |
| parent | d321ee5692f75549012c9ab70d409cf3620e0f54 (diff) | |
| download | gsoc2013-evolution-fa30d9dc099ff50575b2a93e82a856b8edf44cc1.tar gsoc2013-evolution-fa30d9dc099ff50575b2a93e82a856b8edf44cc1.tar.gz gsoc2013-evolution-fa30d9dc099ff50575b2a93e82a856b8edf44cc1.tar.bz2 gsoc2013-evolution-fa30d9dc099ff50575b2a93e82a856b8edf44cc1.tar.lz gsoc2013-evolution-fa30d9dc099ff50575b2a93e82a856b8edf44cc1.tar.xz gsoc2013-evolution-fa30d9dc099ff50575b2a93e82a856b8edf44cc1.tar.zst gsoc2013-evolution-fa30d9dc099ff50575b2a93e82a856b8edf44cc1.zip | |
Added my name to the about box
svn path=/trunk/; revision=3229
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/e-shell-view-menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 9cd4ea7bf2..b8836dad97 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -105,6 +105,7 @@ command_about_box (GtkWidget *menuitem, gpointer data) "Chris Toshok", "Dan Winship", "Michael Zucchi", + "Jeffrey Stedfast", NULL}; about_box = gnome_about_new(_("Evolution"), |
