diff options
author | Mark McLoughlin <mark@skynet.ie> | 2002-04-01 17:55:02 +0000 |
---|---|---|
committer | Mark McLoughlin <mmclouglin@src.gnome.org> | 2002-04-01 17:55:02 +0000 |
commit | 12ce35377107411a5ce4a2ea5b7ed3e228e55381 (patch) | |
tree | 4d03912f5d14176e565ef7b720defa1de65f0bce /gnome-about/contributors.h | |
parent | 5476ce88bcf2a0a737506e158a2833c7e405c155 (diff) | |
download | gnome-desktop-12ce35377107411a5ce4a2ea5b7ed3e228e55381.tar.gz |
add deprecated cflags.
2002-04-01 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: add deprecated cflags.
* gnome-about.c: port to pango, and in the process
jazz up the scrolling a little. We could still do
with a lot more eye candy here ...
* contributors.h: kill header and footer.
Diffstat (limited to 'gnome-about/contributors.h')
-rw-r--r-- | gnome-about/contributors.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnome-about/contributors.h b/gnome-about/contributors.h index e3a31345..66a23503 100644 --- a/gnome-about/contributors.h +++ b/gnome-about/contributors.h @@ -10,8 +10,6 @@ /* Please keep this in alphabetical order */ static gchar *contributors[] = { - N_("GNOME was brought to you by"), - " ", "Jerome Abela", "Lauri Alanko", "Seth Alves", @@ -299,9 +297,8 @@ static gchar *contributors[] = { "Michael Zucchi", "Jason van Zyl", "Christian F.K. Schaller", - " ", - N_("... and many more"), - NULL, NULL + "", + "" }; |