mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
missing dialog cleanups and logic improvements
git-svn-id: svn://localhost/ardour2/branches/3.0@7990 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
84ddf22169
commit
429ff2547b
4 changed files with 39 additions and 28 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm/filechooserwidget.h>
|
||||
#include <gtkmm/filechooserbutton.h>
|
||||
#include <gtkmm/radiobutton.h>
|
||||
|
||||
#include "ardour/types.h"
|
||||
|
|
@ -24,7 +24,7 @@ class MissingFileDialog : public ArdourDialog
|
|||
private:
|
||||
ARDOUR::DataType filetype;
|
||||
|
||||
Gtk::FileChooserWidget chooser;
|
||||
Gtk::FileChooserButton chooser;
|
||||
Gtk::RadioButton use_chosen;
|
||||
Gtk::RadioButton::Group choice_group;
|
||||
Gtk::RadioButton use_chosen_and_no_more_questions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue