summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-22 07:42:02 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-22 07:42:02 +0000
commitd7903af9c9e981555fd890cfd422b8d66c64408c (patch)
tree1421b32aaafead548a0bc233c0786629f2efaea6 /gtk2_ardour/editor.h
parent13adb2d599ad8ce2544d6a10c5609d23a00d7330 (diff)
colin fletcher's preserve-formants patch for rubberband operations
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4232 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index ec11b7cbdd..a7a275ff48 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -2003,6 +2003,7 @@ public:
Gtk::ComboBoxText stretch_opts_selector;
Gtk::Label stretch_opts_label;
Gtk::ToggleButton precise_button;
+ Gtk::ToggleButton preserve_formants_button;
Gtk::HBox opts_box;
Gtk::Button* cancel_button;