]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/choice.cpp
fix for using wxDataObjectComposite with the clipboard
[wxWidgets.git] / src / mac / carbon / choice.cpp
index 08f5a8fd7560147eeacd4a812d7c7bd44b0de856..9f05a58372d946bde1aab048bb7edd1da4d49522 100644 (file)
@@ -45,7 +45,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
        
                MacPreControlCreate( parent , id ,  "" , pos , size ,style, validator , name , &bounds , title ) ;
 
-               m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , -12345 , 0 , 
+               m_macControl = ::NewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , -12345 , 0 , 
                kControlPopupButtonProc + kControlPopupFixedWidthVariant , (long) this ) ; 
        
                m_macPopUpMenuHandle =  NewUniqueMenu() ;