mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Define TranslatableString::Strip()
This commit is contained in:
@@ -2091,7 +2091,7 @@ void ShuttleGuiBase::UpdateSizersCore(bool bPrepend, int Flags, bool prompt)
|
||||
mpWind->SetToolTip( mItem.mToolTip.Translation() );
|
||||
|
||||
if ( !mItem.mName.empty() )
|
||||
mpWind->SetName( wxStripMenuCodes( mItem.mName.Translation() ) );
|
||||
mpWind->SetName( mItem.mName.Strip().Translation() );
|
||||
|
||||
if ( !mItem.mNameSuffix.empty() )
|
||||
mpWind->SetName(
|
||||
|
||||
Reference in New Issue
Block a user