1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00
This commit is contained in:
v.audacity 2012-09-04 03:34:26 +00:00
parent 67e05b0f2a
commit 99cd2d70bf

View File

@ -535,7 +535,7 @@ wxTextCtrl * ShuttleGuiBase::AddNumericTextBox(const wxString &Caption, const wx
wxDefaultPosition, Size, Style( flags ),
Validator // It's OK to pass this. It will be cloned.
);
mpWind->SetName( Caption );
mpWind->SetName(wxStripMenuCodes(Caption));
UpdateSizers();
return pTextCtrl;
}