summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vst_pluginui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-07 20:12:31 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-07 20:12:31 +0000
commit5f9883813e70c73b0a573c94325e2ba55f090132 (patch)
tree5a3c972046e3eeddf700d03d272b495d70e965c4 /gtk2_ardour/vst_pluginui.cc
parent56554af08f7a54e0415bc3fff4752ca141e56498 (diff)
Add preset edit button to VST plugin UI.
git-svn-id: svn://localhost/ardour2/branches/3.0@8214 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/vst_pluginui.cc')
-rw-r--r--gtk2_ardour/vst_pluginui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/vst_pluginui.cc b/gtk2_ardour/vst_pluginui.cc
index 72c73f7467..ea19eeaf86 100644
--- a/gtk2_ardour/vst_pluginui.cc
+++ b/gtk2_ardour/vst_pluginui.cc
@@ -49,6 +49,7 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<PluginInsert> pi, boost::shared_ptr<
preset_box.set_spacing (6);
preset_box.set_border_width (6);
preset_box.pack_end (bypass_button, false, false, 10);
+ preset_box.pack_end (edit_button, false, false);
preset_box.pack_end (save_button, false, false);
preset_box.pack_end (vst_preset_combo, false, false);