mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
fix for bug 576 http://bugzilla.audacityteam.org/show_bug.cgi?id=576
This commit is contained in:
parent
8067d61be0
commit
2692f213a8
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user