]> git.saurik.com Git - wxWidgets.git/commitdiff
Use the validator given
authorRobin Dunn <robin@alldunn.com>
Sun, 3 Apr 2005 22:57:32 +0000 (22:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 3 Apr 2005 22:57:32 +0000 (22:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/combobox.cpp

index 110daa1c21545afef76e1f5df17d90e329eb95cd..d653c99c059dd7a1ae1125923fc2f6e1d79eef3f 100644 (file)
@@ -332,7 +332,7 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
            const wxString& name)
 {
     if ( !wxControl::Create(parent, id, wxDefaultPosition, wxDefaultSize, style ,
-                            wxDefaultValidator, name) )
+                            validator, name) )
     {
         return false;
     }