diff options
author | John Fleck <jfleck@inkstain.net> | 2003-01-25 02:12:07 +0000 |
---|---|---|
committer | John Fleck <jfleck@src.gnome.org> | 2003-01-25 02:12:07 +0000 |
commit | 2d0e828c5d28510058175917543be38900857343 (patch) | |
tree | 6e42a7303dd24a3361519b249ffd3e70aea9cc27 | |
parent | UTF-8 baby (diff) | |
download | zenity-2d0e828c5d28510058175917543be38900857343.tar.gz zenity-2d0e828c5d28510058175917543be38900857343.tar.bz2 zenity-2d0e828c5d28510058175917543be38900857343.zip |
adding comma Glynn left out that kept it from compiling
2003-01-24 John Fleck <jfleck@inkstain.net>
* src/about.c: adding comma Glynn left out
that kept it from compiling
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/about.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2003-01-24 John Fleck <jfleck@inkstain.net> + + * src/about.c: adding comma Glynn left out + that kept it from compiling + 2003-01-24 Glynn Foster <glynn.foster@sun.com> * src/about.c: Provide correct help URL. diff --git a/src/about.c b/src/about.c index 9bca0cc3..76f39ac0 100644 --- a/src/about.c +++ b/src/about.c @@ -47,7 +47,7 @@ static const gchar *author_credits[] = { "Havoc Pennington <hp@redhat.com>", "Kristian Rietveld <kris@gtk.org>", "Jakub Steiner <jimmac@ximian.com>", - "Tom Tromey <tromey@redhat.com>" + "Tom Tromey <tromey@redhat.com>", NULL }; |