]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/button.cpp
Code clanup: removed some useless/unused member
[wxWidgets.git] / src / mac / button.cpp
index 763048808eda4a392ceb7fd53ea906402ac8169b..49c0586734ea223ef79add37d767e5caf26ab028 100644 (file)
@@ -47,7 +47,7 @@ bool wxButton::Create(wxWindow *parent, wxWindowID id, const wxString& label,
 
     m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
           kControlPushButtonProc , (long) this ) ;
-    wxASSERT_MSG( (ControlHandle) m_macControl != NULL , "No valid mac control" ) ;
+    wxASSERT_MSG( (ControlHandle) m_macControl != NULL , wxT("No valid mac control") ) ;
     
     MacPostControlCreate() ;