mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Fix ordering of buttons in midi export dialog.
[Cancel] [Save] instead of [Save] [Cancel].
This commit is contained in:
parent
6ccffbaf09
commit
be442690ba
1 changed files with 1 additions and 1 deletions
|
|
@ -37,8 +37,8 @@ MidiExportDialog::MidiExportDialog (PublicEditor&, boost::shared_ptr<MidiRegion>
|
|||
{
|
||||
set_border_width (12);
|
||||
|
||||
add_button (Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
|
||||
add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
||||
add_button (Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
|
||||
|
||||
get_vbox()->set_border_width (12);
|
||||
get_vbox()->pack_start (file_chooser);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue