mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
no bundled content for Ardour
This commit is contained in:
parent
0938d21c30
commit
9662e6eac0
1 changed files with 6 additions and 0 deletions
|
|
@ -358,8 +358,14 @@ display_name (std::string const& dir) {
|
||||||
std::string type;
|
std::string type;
|
||||||
if (root->get_property ("type", type)) {
|
if (root->get_property ("type", type)) {
|
||||||
if (type == "bundled") {
|
if (type == "bundled") {
|
||||||
|
#ifdef MIXBUS
|
||||||
|
/* Ardour has no bundled content */
|
||||||
return string_compose (_("%1 Bundled Content"), PROGRAM_NAME);
|
return string_compose (_("%1 Bundled Content"), PROGRAM_NAME);
|
||||||
|
#else
|
||||||
|
return std::string();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
#if ENABLE_NLS
|
#if ENABLE_NLS
|
||||||
if (ARDOUR::translations_are_enabled ()) {
|
if (ARDOUR::translations_are_enabled ()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue