1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

ShuggleGui::NameSuffix inserts a space

This commit is contained in:
Paul Licameli
2019-12-04 00:12:47 -05:00
parent 7e314dcc37
commit 674ac42de9

View File

@@ -2073,7 +2073,7 @@ void ShuttleGuiBase::UpdateSizersCore(bool bPrepend, int Flags, bool prompt)
if ( !mItem.mNameSuffix.empty() )
mpWind->SetName(
mpWind->GetName() + mItem.mNameSuffix.Translation() );
mpWind->GetName() + " " + mItem.mNameSuffix.Translation() );
if (mItem.mFocused)
mpWind->SetFocus();