Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey
2005-02-08 Sven Neumann <sven@gimp.org> Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey the "gtk-alternative-button-order" setting (bug #166678). Changes too many files to list them all...
This commit is contained in:
committed by
Sven Neumann
parent
2d38ab6a43
commit
8c83ddc063
@ -83,6 +83,11 @@ file_open_location_dialog_new (Gimp *gimp)
|
||||
G_CALLBACK (file_open_location_response),
|
||||
gimp);
|
||||
|
||||
gtk_dialog_set_alternative_button_order (GTK_DIALOG(dialog),
|
||||
GTK_RESPONSE_OK,
|
||||
GTK_RESPONSE_CANCEL,
|
||||
-1);
|
||||
|
||||
hbox = gtk_hbox_new (FALSE, 12);
|
||||
gtk_container_set_border_width (GTK_CONTAINER (hbox), 12);
|
||||
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox),
|
||||
|
||||
Reference in New Issue
Block a user