summaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@cvs.gnome.org>2005-07-26 03:12:09 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-07-26 03:12:09 +0000
commit47a2e0479af9694840d2c3d352213bdb13d78b9a (patch)
tree75deb7d717b287b7a9b69fe48484b80cee6e71eb /src/about.c
parentadded gnome-doc-utils.make. added GNOME_DOC_INIT and removed (diff)
downloadzenity-47a2e0479af9694840d2c3d352213bdb13d78b9a.tar.gz
zenity-47a2e0479af9694840d2c3d352213bdb13d78b9a.tar.bz2
zenity-47a2e0479af9694840d2c3d352213bdb13d78b9a.zip
Release 2.11.90 Update.
2005-07-25 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: Release 2.11.90 * NEWS, THANKS, src/about.c: Update.
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/about.c b/src/about.c
index c2c9e634..5bb772df 100644
--- a/src/about.c
+++ b/src/about.c
@@ -184,6 +184,9 @@ static const gchar *const author_credits[] = {
"Ivar Smolin <okul linux ee>",
"Jens Seidel <jensseidel users sf net>",
"BenoƮt Dejean <tazforever dlfp org>",
+ "Yair Hershkovitz <yairhr gmail com>",
+ "Clytie Siddall <clytie riverland net au>",
+ "Ilkka Tuohela <hile iki fi>",
NULL
};
bgstack15