mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Swap the buttons around on the Budget Open dialogue
Swap the OK and Cancel buttons so they conform to the normal layout.
This commit is contained in:
parent
8e155bfccf
commit
cac155a97c
@ -289,8 +289,8 @@ gnc_budget_gui_select_budget (GtkWindow *parent, QofBook *book)
|
||||
|
||||
dlg = GTK_DIALOG(gtk_dialog_new_with_buttons (
|
||||
_("Select a Budget"), parent, GTK_DIALOG_MODAL,
|
||||
_("_OK"), GTK_RESPONSE_OK,
|
||||
_("_Cancel"), GTK_RESPONSE_CANCEL, NULL));
|
||||
_("_Cancel"), GTK_RESPONSE_CANCEL,
|
||||
_("_OK"), GTK_RESPONSE_OK, NULL));
|
||||
|
||||
tv = GTK_TREE_VIEW(gtk_tree_view_new ());
|
||||
sel = gtk_tree_view_get_selection (tv);
|
||||
|
Loading…
Reference in New Issue
Block a user