mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-28 23:48:45 +01:00
Oops, Internal() was needed here, not Translation()
This commit is contained in:
@@ -1868,7 +1868,7 @@ wxChoice *ShuttleGuiBase::TieChoice(
|
||||
internalChoices.push_back( ident.Internal() );
|
||||
}
|
||||
return TieChoice(
|
||||
Prompt, enumSetting.Key(), enumSetting.Default().Translation(),
|
||||
Prompt, enumSetting.Key(), enumSetting.Default().Internal(),
|
||||
visibleChoices, internalChoices );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user