Fix build error after dfd03f5
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user