]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/listbox.cpp
Fixed '_' chars that were not quoted with a '\'
[wxWidgets.git] / src / mac / listbox.cpp
index 91595e5f38c5dd2899fef6ea82a0787a7eabc18a..a5ef8163b078a08b3b70e132c91c205cba82401d 100644 (file)
@@ -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());
 }