mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 09:00:52 +02:00
Fix missing translations in Choice controls again, see bc773e02d336cd
This commit is contained in:
parent
a48eb4eec9
commit
bc6ed77498
@ -66,7 +66,7 @@ bool SelectTimeCommand::DefineParams( ShuttleParams & S ){
|
|||||||
|
|
||||||
void SelectTimeCommand::PopulateOrExchange(ShuttleGui & S)
|
void SelectTimeCommand::PopulateOrExchange(ShuttleGui & S)
|
||||||
{
|
{
|
||||||
wxArrayString relativeSpec( nRelativeTos, kRelativeTo );
|
auto relativeSpec = LocalizedStrings( kRelativeTo, nRelativeTos );
|
||||||
S.AddSpace(0, 5);
|
S.AddSpace(0, 5);
|
||||||
|
|
||||||
S.StartMultiColumn(3, wxALIGN_CENTER);
|
S.StartMultiColumn(3, wxALIGN_CENTER);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user