Win16 corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user