1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00
This commit is contained in:
v.audacity 2012-09-04 23:59:13 +00:00
parent 8067d61be0
commit 2692f213a8

View File

@ -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 );