summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-18 00:04:42 +0200
committerRobin Gareus <robin@gareus.org>2015-09-18 00:04:42 +0200
commitb753704c3e86929cd700c9af890520422df6c1cc (patch)
treea0caa81a63412f82359978e9ef25e88250059f4d /gtk2_ardour/about.cc
parentc1d6a2fd92fb2e68335c03940684c27ac3ec6680 (diff)
Revert "work around bug or feature of string_compose()"
This reverts commit 17baf9362641f024440b61cecc176ee9096e1418. It's no longer needed since c1d6a2f
Diffstat (limited to 'gtk2_ardour/about.cc')
-rw-r--r--gtk2_ardour/about.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc
index 051b13f575..1288fc599c 100644
--- a/gtk2_ardour/about.cc
+++ b/gtk2_ardour/about.cc
@@ -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);