X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d99be5f5381dad56492da02c2df1c3ec0750926..5427610e6b1fc9ae8eba8530502ba5c57ba08da8:/src/gtk/control.cpp diff --git a/src/gtk/control.cpp b/src/gtk/control.cpp index e767eac88f..578b12cb9f 100644 --- a/src/gtk/control.cpp +++ b/src/gtk/control.cpp @@ -38,7 +38,7 @@ wxControl::wxControl( wxWindow *parent, void wxControl::SetLabel( const wxString &label ) { - m_label = _T(""); + m_label.Empty(); for ( const wxChar *pc = label; *pc != _T('\0'); pc++ ) { if ( *pc == _T('&') )