diff options
author | Andre Klapper <a9016009@gmx.de> | 2004-09-28 10:41:36 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-28 10:41:36 +0800 |
commit | abfce8d7d7a749b0073e3140ed2157b230f5d136 (patch) | |
tree | 1587b06626e44b7cb3bef68ef41bccd3e08fc010 /shell | |
parent | 91f6fa20afcd17692c6f4b26d0d10611b172465d (diff) | |
download | gsoc2013-evolution-abfce8d7d7a749b0073e3140ed2157b230f5d136.tar.gz gsoc2013-evolution-abfce8d7d7a749b0073e3140ed2157b230f5d136.tar.zst gsoc2013-evolution-abfce8d7d7a749b0073e3140ed2157b230f5d136.zip |
fixed two typos in the list of contributors
2004-09-27 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c (about_box_new): fixed two
typos in the list of contributors
svn path=/trunk/; revision=27405
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c39495bda6..b320c85098 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-09-27 Andre Klapper <a9016009@gmx.de> + + * e-shell-window-commands.c (about_box_new): fixed two + typos in the list of contributors + 2004-09-21 JP Rosevear <jpr@novell.com> From Malcolm Tredinnick <malcolm@commsecure.com.au>, Fixes #66261 diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index dd8e1a8c92..d034094637 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -145,7 +145,7 @@ static const char *authors[] = { "Alfred Peng", "Almer S. Tigelaar", "Anders Carlsson", - "Andre Klapper" + "Andre Klapper", "Andreas Hyden", "Andrew T. Veliath", "Andrew Wu", @@ -218,9 +218,9 @@ static const char *authors[] = { "Francisco Javier F. Serrador", "Frank Belew", "Frederic Crozat", - "Garardo Marin", "Gary Ekker", "Gediminas Paulauskas", + "Gerardo Marin", "Gil Osher", "Gilbert Fang", "Grahame Bowland", |