no bundled content for Ardour

This commit is contained in:
Paul Davis 2022-10-03 15:21:40 -06:00
parent 0938d21c30
commit 9662e6eac0

View File

@ -358,8 +358,14 @@ display_name (std::string const& dir) {
std::string type;
if (root->get_property ("type", type)) {
if (type == "bundled") {
#ifdef MIXBUS
/* Ardour has no bundled content */
return string_compose (_("%1 Bundled Content"), PROGRAM_NAME);
#else
return std::string();
#endif
}
}
#if ENABLE_NLS
if (ARDOUR::translations_are_enabled ()) {