From a7ea95bc9bf10ef6bd53796ebff89f33dc30fb85 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 24 Oct 2016 10:30:19 +0200 Subject: [PATCH] wxAuiManagerUpdatePerspectiveCaptions() issue with invalid output fixed --- src/framemanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framemanager.cpp b/src/framemanager.cpp index 06afb78..807fb1d 100644 --- a/src/framemanager.cpp +++ b/src/framemanager.cpp @@ -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