diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-12-06 06:57:18 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-12-06 06:57:18 +0800 |
commit | bf506d1aeff49033911e2350985fa49ac928d191 (patch) | |
tree | 2b28a8f32576ce315e3cf21bdc46062c24c5401b /shell/e-shell-about-box.c | |
parent | 225f98121898dbdd8d633843c1df70093fd2e5ba (diff) | |
download | gsoc2013-evolution-bf506d1aeff49033911e2350985fa49ac928d191.tar.gz gsoc2013-evolution-bf506d1aeff49033911e2350985fa49ac928d191.tar.zst gsoc2013-evolution-bf506d1aeff49033911e2350985fa49ac928d191.zip |
Add missing comma.
svn path=/trunk/; revision=14898
Diffstat (limited to 'shell/e-shell-about-box.c')
-rw-r--r-- | shell/e-shell-about-box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index 63c479afd7..26e324bb8b 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -70,7 +70,7 @@ static const char *text[] = { "Michael M. Morrison", "Rodrigo Moya", "Eskil Heyn Olsen", - "Gediminas Paulauskas" + "Gediminas Paulauskas", "Jesse Pavel", "Ettore Perazzoli", "JP Rosevear", |