mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue