]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/control.cpp
Updates to VC++ project files
[wxWidgets.git] / src / gtk / control.cpp
index e767eac88f3969030906664bbee9b954cafd90f9..578b12cb9fcdd8f3e7bceea2f76549ffd14934e6 100644 (file)
@@ -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('&') )