mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
TranslatableString for list control column headers, menus
This commit is contained in:
@@ -150,7 +150,7 @@ void ExtImportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
.AddWindow(RuleTable);
|
||||
|
||||
PluginList = S.Id(EIPPluginList).AddListControl(
|
||||
{ { _("Importer order"), wxLIST_FORMAT_LEFT,
|
||||
{ { XO("Importer order"), wxLIST_FORMAT_LEFT,
|
||||
wxLIST_AUTOSIZE_USEHEADER } },
|
||||
wxLC_REPORT | wxLC_SINGLE_SEL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user