Revert "work around bug or feature of string_compose()"
This reverts commit17baf93626
. It's no longer needed sincec1d6a2f
This commit is contained in:
parent
c1d6a2fd92
commit
b753704c3e
@ -605,7 +605,7 @@ About::About ()
|
|||||||
#endif
|
#endif
|
||||||
std::string codename = CODENAME;
|
std::string codename = CODENAME;
|
||||||
if (ARDOUR::Profile->get_mixbus() || ARDOUR::Profile->get_trx()) {
|
if (ARDOUR::Profile->get_mixbus() || ARDOUR::Profile->get_trx()) {
|
||||||
codename = " ";
|
codename = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
set_translator_credits (t);
|
set_translator_credits (t);
|
||||||
|
Loading…
Reference in New Issue
Block a user