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.
This commit is contained in:
Glynn Foster 2003-02-01 11:43:32 +00:00 committed by Glynn Foster
parent 6b1356ca38
commit 8f85e68421
3 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
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.
2003-01-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added Vietnamese (vi) to ALL_LINGUAS

2
THANKS
View File

@ -1,6 +1,6 @@
These are all the people that I've taken code from:
Jonathan Blanford <jrb@redhat.com>
Anders Carlsson <andersca@gnu.org>
Anders Carlsson <andersca@codefactory.se>
John Fleck <jfleck@inkstain.net>
James Henstridge <james@daa.com.au>
Mike Newman <mike@gtnorthern.demon.co.uk>

View File

@ -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);