mirror of https://github.com/GNOME/gimp.git
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:
parent
7daa34d735
commit
93ed7cf85c
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue