mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-22 22:25:47 +01:00
Define and use non-mutating TranslatableString::Stripped
This commit is contained in:
@@ -2109,7 +2109,7 @@ void ShuttleGuiBase::UpdateSizersCore(bool bPrepend, int Flags, bool prompt)
|
||||
mpWind->SetToolTip( mItem.mToolTip.Translation() );
|
||||
|
||||
if ( !mItem.mName.empty() )
|
||||
mpWind->SetName( mItem.mName.Strip().Translation() );
|
||||
mpWind->SetName( mItem.mName.Stripped().Translation() );
|
||||
|
||||
if ( !mItem.mNameSuffix.empty() )
|
||||
mpWind->SetName(
|
||||
|
||||
Reference in New Issue
Block a user