]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/listbox.cpp
typo (thanks Nerijus)
[wxWidgets.git] / src / mac / listbox.cpp
index 91595e5f38c5dd2899fef6ea82a0787a7eabc18a..58cf2550c788f72e9ee6761ac9254421030faf04 100644 (file)
@@ -195,7 +195,7 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
 #else
 
     long    result ;
-
+    wxStAppResource resload ;
     m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false ,
                   kwxMacListWithVerticalScrollbar , 0 , 0, 
                   kControlListBoxProc , (long) this ) ;
@@ -596,7 +596,7 @@ int wxListBox::GetCount() const
 
 void wxListBox::SetupColours()
 {
-    SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
+    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
     SetForegroundColour(GetParent()->GetForegroundColour());
 }