Fix build error after dfd03f5

This commit is contained in:
Paul Cornett
2017-07-20 08:10:33 -07:00
parent 305ff51314
commit ccb8da2054

View File

@@ -70,7 +70,7 @@ void wxStaticText::DoDraw(wxControlRenderer *renderer)
void wxStaticText::SetLabel(const wxString& str) void wxStaticText::SetLabel(const wxString& str)
{ {
if ( label == m_labelOrig ) if ( str == m_labelOrig )
return; return;
// save original label // save original label