summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/option_editor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index d09be0a904..d39abfa810 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -175,9 +175,10 @@ private:
void toggled ();
- sigc::slot<bool> _get; ///< slot to get the configuration variable's value
+ sigc::slot<bool> _get; ///< slot to get the configuration variable's value
sigc::slot<bool, bool> _set; ///< slot to set the configuration variable's value
- Gtk::CheckButton* _button; ///< UI button
+ Gtk::CheckButton* _button; ///< UI button
+ Gtk::Label* _label; ///< label for button, so we can use markup
};
/** Component which provides the UI to handle a string option using a GTK Entry */