]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinbutt.cpp
Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.
[wxWidgets.git] / src / msw / spinbutt.cpp
index 09b3f0acc9d9b4420c0e58940d1fd2ac67ac9da0..9a8874d88e22ae41917dcbda91bfb2e74a305f6e 100644 (file)
@@ -206,7 +206,7 @@ wxSpinButton::~wxSpinButton()
 
 wxSize wxSpinButton::DoGetBestSize() const
 {
-    return GetBestSpinerSize( (GetWindowStyle() & wxSP_VERTICAL) != 0 );
+    return GetBestSpinnerSize( (GetWindowStyle() & wxSP_VERTICAL) != 0 );
 }
 
 // ----------------------------------------------------------------------------