wxAuiManagerUpdatePerspectiveCaptions() issue with invalid output fixed
This commit is contained in:
parent
8f748c8c17
commit
a7ea95bc9b
@ -38,7 +38,7 @@ bool WXEXTEND_API wxAuiManagerUpdatePerspectiveCaptions(wxAuiManager& mgr, wxStr
|
|||||||
|
|
||||||
wxString result;
|
wxString result;
|
||||||
result.Alloc(500);
|
result.Alloc(500);
|
||||||
result = wxT('layout2|');
|
result = wxT("layout2|");
|
||||||
|
|
||||||
// replace escaped characters so we can
|
// replace escaped characters so we can
|
||||||
// split up the string easily
|
// split up the string easily
|
||||||
|
Loading…
x
Reference in New Issue
Block a user