mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-23 17:11:13 +01:00
fix for bug 576 http://bugzilla.audacityteam.org/show_bug.cgi?id=576
This commit is contained in:
@@ -699,7 +699,7 @@ wxStaticBox * ShuttleGuiBase::StartStatic(const wxString &Str, int iProp)
|
||||
wxStaticBox * pBox = new wxStaticBox(mpParent, miId,
|
||||
Str );
|
||||
pBox->SetLabel( Str );
|
||||
pBox->SetName( Str );
|
||||
pBox->SetName(wxStripMenuCodes(Str));
|
||||
mpSubSizer = new wxStaticBoxSizer(
|
||||
pBox,
|
||||
wxVERTICAL );
|
||||
|
||||
Reference in New Issue
Block a user