X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e3e08210272082c5fcd427d14ebde86f60002a0..1759ff9e918d43734793c67328af21203924931f:/src/msw/statbmp.cpp diff --git a/src/msw/statbmp.cpp b/src/msw/statbmp.cpp index e2b9f71daf..7c5c1397d6 100644 --- a/src/msw/statbmp.cpp +++ b/src/msw/statbmp.cpp @@ -88,7 +88,7 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id, int winstyle = m_isIcon ? SS_ICON : SS_BITMAP; #else // Win16 const char *classname = "BUTTON"; - int winstyle = BS_OWNERDRAWN; + int winstyle = BS_OWNERDRAW; #endif // Win32 m_hWnd = (WXHWND)::CreateWindow