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:
@@ -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));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user