From a88fa99049c3d4c5609f6cbcf4710ad56d77e964 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 7 Jun 2016 08:51:46 -0400 Subject: [PATCH] don't replace : in linux vst search path in prefs with newlines, to shrink down the preferences height --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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