diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-about-box.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 155ec88dc4..fbbcf9b569 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-12-05 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-about-box.c: Add missing comma. + 2001-12-04 Ettore Perazzoli <ettore@ximian.com> [Fix #7827, Switching desktops leaves the folder bar popped up.] 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", |