summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-28 13:38:35 +0100
committerRobin Gareus <robin@gareus.org>2016-12-28 13:38:49 +0100
commit0869aa0f6c045bea9ae3b1a030570f27faa90358 (patch)
tree610b7293fee4dd976314881bcf824b86a079a77c /gtk2_ardour/rc_option_editor.h
parent27ee53bf8f40831bf8c130aed6be2369c154e13f (diff)
Add Locale config preferences and rearrange UI prefs
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h
index d6c5bed4a7..e0d0116c36 100644
--- a/gtk2_ardour/rc_option_editor.h
+++ b/gtk2_ardour/rc_option_editor.h
@@ -60,6 +60,7 @@ private:
Gtk::Adjustment* _ltc_volume_adjustment;
BoolOption* _ltc_send_continuously;
BoolOption* _plugin_prefer_inline;
+ ComboOption<ARDOUR::LocaleMode>* _l10n;
PBD::ScopedConnection parameter_change_connection;
PBD::ScopedConnection engine_started_connection;