summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-04 12:37:44 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-04 12:37:44 -0400
commit35cc3245db7146e869148a32448a74456253cf80 (patch)
tree6aa465e6428dd844109b760c27c6dec4d580f924 /gtk2_ardour/engine_dialog.h
parentd074bc586e494d7dd83d415a487195a477095a4f (diff)
rename interface_ stuff in the engine dialog to device_, since that feels a bit clearer terminology
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 333ec27f33..4dd34d9fab 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -82,7 +82,7 @@ class EngineControl : public Gtk::VBox {
Gtk::ComboBoxText preset_combo;
Gtk::ComboBoxText serverpath_combo;
Gtk::ComboBoxText driver_combo;
- Gtk::ComboBoxText interface_combo;
+ Gtk::ComboBoxText device_combo;
Gtk::ComboBoxText timeout_combo;
Gtk::ComboBoxText dither_mode_combo;
Gtk::ComboBoxText audio_mode_combo;
@@ -112,7 +112,7 @@ class EngineControl : public Gtk::VBox {
std::string get_driver() const;
void audio_mode_changed ();
- void interface_changed ();
+ void device_changed ();
void list_devices ();
void reshow_buffer_sizes ();
};