diff options
author | JP Rosevear <jpr@novell.com> | 2005-02-02 09:40:47 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-02-02 09:40:47 +0800 |
commit | f4fca7e3cb5364d03a482cb9db516e9206ce2335 (patch) | |
tree | a97ab7ac617931c5c823504efeeecc88771027cf | |
parent | bc5bfe8f5f3de00fa5a12a4823f56a74e9939547 (diff) | |
download | gsoc2013-evolution-f4fca7e3cb5364d03a482cb9db516e9206ce2335.tar.gz gsoc2013-evolution-f4fca7e3cb5364d03a482cb9db516e9206ce2335.tar.zst gsoc2013-evolution-f4fca7e3cb5364d03a482cb9db516e9206ce2335.zip |
add to about box
2005-02-01 JP Rosevear <jpr@novell.com>
* e-shell-window-commands.c: add to about box
svn path=/trunk/; revision=28666
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ea9a7508fc..57584a136b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2005-02-01 JP Rosevear <jpr@novell.com> + + * e-shell-window-commands.c: add to about box + 2005-01-28 JP Rosevear <jpr@novell.com> * e-component-registry.c: Remove e-shell-utils.c include diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index eaa207d63e..c6a7ded294 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -293,6 +293,7 @@ static const char *authors[] = { "Marius Vollmer", "Mark Crichton", "Mark Gordon", + "Mark Moulder", "Martha Burke", "Martin Baulig", "Martin Hicks", |