]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
fixed typo in library name
[wxWidgets.git] / src / msw / control.cpp
index ba76513c757bb1952bb49510c4e88a471260524a..3a3b57b99c8a01aad043498d52c5a08bd159eac0 100644 (file)
@@ -78,11 +78,10 @@ bool wxControl::Create(wxWindow *parent,
 bool wxControl::MSWCreateControl(const wxChar *classname,
                                  const wxString& label,
                                  const wxPoint& pos,
 bool wxControl::MSWCreateControl(const wxChar *classname,
                                  const wxString& label,
                                  const wxPoint& pos,
-                                 const wxSize& size,
-                                 long style)
+                                 const wxSize& size)
 {
     WXDWORD exstyle;
 {
     WXDWORD exstyle;
-    WXDWORD msStyle = MSWGetStyle(style, &exstyle);
+    WXDWORD msStyle = MSWGetStyle(GetWindowStyle(), &exstyle);
 
     return MSWCreateControl(classname, msStyle, pos, size, label, exstyle);
 }
 
     return MSWCreateControl(classname, msStyle, pos, size, label, exstyle);
 }