applied patch from Patrice Tremblay which sets an alternative button order

2005-02-18  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpexport.c (export_dialog): applied patch from Patrice
	Tremblay which sets an alternative button order for the export
	dialog (bug #166678).
This commit is contained in:
Michael Natterer 2005-02-18 18:37:27 +00:00 committed by Michael Natterer
parent 7daa34d735
commit 93ed7cf85c
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-02-18 Michael Natterer <mitch@gimp.org>
* libgimp/gimpexport.c (export_dialog): applied patch from Patrice
Tremblay which sets an alternative button order for the export
dialog (bug #166678).
2005-02-18 Sven Neumann <sven@gimp.org>
* app/core/Makefile.am

View File

@ -466,6 +466,12 @@ export_dialog (GSList *actions,
NULL);
gtk_dialog_set_alternative_button_order (GTK_DIALOG (dialog),
GTK_RESPONSE_NO,
GTK_RESPONSE_OK,
GTK_RESPONSE_CANCEL,
-1);
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
hbox = gtk_hbox_new (FALSE, 12);