summaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-02-01 11:43:32 +0000
committerGlynn Foster <gman@src.gnome.org>2003-02-01 11:43:32 +0000
commit8f85e68421d1d16c32aad96151dab2ac52108949 (patch)
tree8daa4b43b615e5ff6ed5aef3b9e2b1930479c995 /src/about.c
parent6b1356ca38e93879a35f0be360fa826012e30ef5 (diff)
Okay, I'm a glory hunter. Seperate out the about dialog entries a little.
2003-02-01 Glynn Foster <glynn.foster@sun.com> * src/about.c: Okay, I'm a glory hunter. Seperate out the about dialog entries a little. * THANKS: Update.
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c12
1 files changed, 6 insertions, 6 deletions
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 <jrb@redhat.com>",
- "Anders Carlsson <andersca@gnu.org>",
+ "Author -",
"Glynn Foster <glynn.foster@sun.com>",
+ "",
+ "Thanks to -",
+ "Jonathan Blanford <jrb@redhat.com>",
+ "Anders Carlsson <andersca@codefactory.se>",
"John Fleck <jfleck@inkstain.net>",
"James Henstridge <james@daa.com.au>",
"Mike Newman <mike@gtnorthern.demon.co.uk>",
@@ -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);