13
0

Revert "work around bug or feature of string_compose()"

This reverts commit 17baf93626.
It's no longer needed since c1d6a2f
This commit is contained in:
Robin Gareus 2015-09-18 00:04:42 +02:00
parent c1d6a2fd92
commit b753704c3e

View File

@ -605,7 +605,7 @@ About::About ()
#endif
std::string codename = CODENAME;
if (ARDOUR::Profile->get_mixbus() || ARDOUR::Profile->get_trx()) {
codename = " ";
codename = "";
}
set_translator_credits (t);