From 33c752aefaa2048914902b0300398d98e7e6b492 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 24 Jun 2015 15:57:00 -0400 Subject: [PATCH] MGR: Fix build break --- clientgui/common/wxPieCtrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/common/wxPieCtrl.cpp b/clientgui/common/wxPieCtrl.cpp index 36cdbe466a..f604fa8a20 100644 --- a/clientgui/common/wxPieCtrl.cpp +++ b/clientgui/common/wxPieCtrl.cpp @@ -61,7 +61,7 @@ wxPieCtrl::wxPieCtrl(wxWindow * parent, wxWindowID id, wxPoint pos, m_LabelFont = *wxSWISS_FONT; m_legendHorBorder = 10; m_LegendVerBorder = 10; - m_szTitle = "Pie Ctrl"; + m_szTitle = wxT("Pie Ctrl"); m_firstlabelToDraw = 0; m_scrollBar = new wxScrollBar(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxSB_VERTICAL);