]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
oops, fixed typo breaking iconv constness detection in the previous commit
[wxWidgets.git] / src / gtk / combobox.cpp
index bd085bae0d39b7353b9e76c260aab124c3eeb1cb..326381bcb41edc77bce20cb0dac4475a4dc9d572 100644 (file)
@@ -186,7 +186,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
     }
 
 
-    SetBackgroundColour( wxSystemSettings::GetSystemColour( wxSYS_COLOUR_WINDOW ) );
+    SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) );
     SetForegroundColour( parent->GetForegroundColour() );
 
     Show( TRUE );