mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
907bd69e5d
commit
94f47dde75
1 changed files with 2 additions and 2 deletions
|
|
@ -323,8 +323,8 @@ ExportFilenameSelector::open_browse_dialog ()
|
|||
//dialog.set_transient_for(*this);
|
||||
dialog.set_filename (path_entry.get_text());
|
||||
|
||||
dialog.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
||||
dialog.add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK);
|
||||
dialog.add_button("CANCEL", Gtk::RESPONSE_CANCEL);
|
||||
dialog.add_button("OK", Gtk::RESPONSE_OK);
|
||||
|
||||
while (true) {
|
||||
int result = dialog.run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue