1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Fix missing translations in Choice controls again, see bc773e02d3

This commit is contained in:
Paul Licameli
2018-03-16 17:55:26 -04:00
parent a48eb4eec9
commit bc6ed77498

View File

@@ -66,7 +66,7 @@ bool SelectTimeCommand::DefineParams( ShuttleParams & S ){
void SelectTimeCommand::PopulateOrExchange(ShuttleGui & S)
{
wxArrayString relativeSpec( nRelativeTos, kRelativeTo );
auto relativeSpec = LocalizedStrings( kRelativeTo, nRelativeTos );
S.AddSpace(0, 5);
S.StartMultiColumn(3, wxALIGN_CENTER);