diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | src/about.c | 1 |
3 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-02-05 Glynn Foster <glynn.foster@sun.com> + + * THANKS, src/about.c: Add Ross. + 2003-02-05 Ross Burton <ross@burtonini.com> * data/zenity.1: Added a simple man page. @@ -1,5 +1,6 @@ These are all the people that I've taken code from: Jonathan Blandford <jrb@redhat.com> +Ross Burton <ross@burtonini.com> Anders Carlsson <andersca@codefactory.se> John Fleck <jfleck@inkstain.net> James Henstridge <james@daa.com.au> diff --git a/src/about.c b/src/about.c index 0d7f63b7..cf0f1196 100644 --- a/src/about.c +++ b/src/about.c @@ -50,6 +50,7 @@ static const gchar *author_credits[] = { "", "Thanks to -", "Jonathan Blandford <jrb@redhat.com>", + "Ross Burton <ross@burtonini.com>", "Anders Carlsson <andersca@codefactory.se>", "John Fleck <jfleck@inkstain.net>", "James Henstridge <james@daa.com.au>", |