MGR: Fix build break

This commit is contained in:
Rom Walton 2015-06-24 15:57:00 -04:00
parent 37d8c0b4e1
commit 33c752aefa
1 changed files with 1 additions and 1 deletions

View File

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