summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-07 08:51:46 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-07 08:51:53 -0400
commita88fa99049c3d4c5609f6cbcf4710ad56d77e964 (patch)
tree570b2af25f93b058b41916510ce4ddd025c84de4 /gtk2_ardour/rc_option_editor.cc
parentd511d62f65ce3d60f72a903886f3d126d960c04a (diff)
don't replace : in linux vst search path in prefs with newlines, to shrink down the preferences height
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index df11828059..39ee88ecf9 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2926,7 +2926,7 @@ if (!ARDOUR::Profile->get_mixbus()) {
"plugin-path-lxvst",
_("Path:"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_plugin_path_lxvst),
- ':'));
+ 0));
#endif
#ifdef WINDOWS_VST_SUPPORT