1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Define and use ShuttleGui::Name and NameSuffix...

... For radio buttons, the name will default to the same as the prompt if not
otherwise specified
This commit is contained in:
Paul Licameli
2017-10-29 10:27:23 -04:00
parent 3ea0209e5c
commit 9eeef4713d
39 changed files with 434 additions and 322 deletions

View File

@@ -213,9 +213,10 @@ void BenchmarkDialog::MakeBenchmarkDialog()
false);
//
mText = S.Id(StaticTextID).AddTextWindow(wxT(""));
/* i18n-hint noun */
mText->SetName(_("Output"));
mText = S.Id(StaticTextID)
/* i18n-hint noun */
.Name(XO("Output"))
.AddTextWindow(wxT(""));
mText->SetSizeHints(wxSize(500,200));
//