13
0

don't replace : in linux vst search path in prefs with newlines, to shrink down the preferences height

This commit is contained in:
Paul Davis 2016-06-07 08:51:46 -04:00
parent d511d62f65
commit a88fa99049

View File

@ -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