mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
fix for bug 576 http://bugzilla.audacityteam.org/show_bug.cgi?id=576
This commit is contained in:
parent
67e05b0f2a
commit
99cd2d70bf
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user