]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/combobox.cpp
detection of aqua layout scheme added
[wxWidgets.git] / src / mac / carbon / combobox.cpp
index 5dabd2dd49f5ea1d989432c838fc7d91331d04fa..712a6dddbfa34eda49bfadd71cfbca4843b28e28 100644 (file)
@@ -47,7 +47,7 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
        
                MacPreControlCreate( parent , id ,  "" , pos , size ,style, validator , name , &bounds , title ) ;
        
        
                MacPreControlCreate( parent , id ,  "" , pos , size ,style, validator , name , &bounds , title ) ;
        
-               m_macControl = ::NewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , -12345 , 0, 
+               m_macControl = ::NewControl( parent->MacGetRootWindow() , &bounds , title , false , 0 , -12345 , 0, 
                kControlPopupButtonProc , (long) this ) ; 
        
                m_macPopUpMenuHandle =  NewUniqueMenu() ;
                kControlPopupButtonProc , (long) this ) ; 
        
                m_macPopUpMenuHandle =  NewUniqueMenu() ;