wxAuiManagerUpdatePerspectiveCaptions() issue with invalid output fixed

This commit is contained in:
Simon Rozman 2016-10-24 10:30:19 +02:00
parent 8f748c8c17
commit a7ea95bc9b

View File

@ -38,7 +38,7 @@ bool WXEXTEND_API wxAuiManagerUpdatePerspectiveCaptions(wxAuiManager& mgr, wxStr
wxString result;
result.Alloc(500);
result = wxT('layout2|');
result = wxT("layout2|");
// replace escaped characters so we can
// split up the string easily