From b753704c3e86929cd700c9af890520422df6c1cc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 18 Sep 2015 00:04:42 +0200 Subject: Revert "work around bug or feature of string_compose()" This reverts commit 17baf9362641f024440b61cecc176ee9096e1418. It's no longer needed since c1d6a2f --- gtk2_ardour/about.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/about.cc') 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); -- cgit v1.2.3