From 8f85e68421d1d16c32aad96151dab2ac52108949 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 1 Feb 2003 11:43:32 +0000 Subject: [PATCH] Okay, I'm a glory hunter. Seperate out the about dialog entries a little. 2003-02-01 Glynn Foster * src/about.c: Okay, I'm a glory hunter. Seperate out the about dialog entries a little. * THANKS: Update. --- ChangeLog | 7 +++++++ THANKS | 2 +- src/about.c | 12 ++++++------ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 833f1b3..d00582f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-02-01 Glynn Foster + + * src/about.c: Okay, I'm a glory hunter. Seperate out the + about dialog entries a little. + + * THANKS: Update. + 2003-01-30 Pablo Saratxaga * configure.in: Added Vietnamese (vi) to ALL_LINGUAS diff --git a/THANKS b/THANKS index f6ff37f..219a351 100644 --- a/THANKS +++ b/THANKS @@ -1,6 +1,6 @@ These are all the people that I've taken code from: Jonathan Blanford -Anders Carlsson +Anders Carlsson John Fleck James Henstridge Mike Newman diff --git a/src/about.c b/src/about.c index 1e73655..fa2ad27 100644 --- a/src/about.c +++ b/src/about.c @@ -45,9 +45,12 @@ static void zenity_about_dialog_response (GtkWidget *widget, int response, gpoin /* Sync with the people in the THANKS file */ static const gchar *author_credits[] = { - "Jonathan Blanford ", - "Anders Carlsson ", + "Author -", "Glynn Foster ", + "", + "Thanks to -", + "Jonathan Blanford ", + "Anders Carlsson ", "John Fleck ", "James Henstridge ", "Mike Newman ", @@ -217,10 +220,7 @@ zenity_create_boutique (void) window = gtk_window_new (GTK_WINDOW_TOPLEVEL); - /* FIXME: We need to connect to the close event - * for the window - */ - + zenity_util_set_window_icon (window, ZENITY_IMAGE_FULLPATH ("zenity.png")); canvas = zenity_create_monk (); gtk_container_add (GTK_CONTAINER (window), canvas);