]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/notebook.cpp
Dtor for wxHtmlCell
[wxWidgets.git] / src / os2 / notebook.cpp
index 35513ca1e97dd1c29deb68ee79e271fee34da029..ee9b6810ebfe2c74e1188fe15f5c18c184a6ffdf 100644 (file)
@@ -318,7 +318,7 @@ bool wxNotebook::SetPageImage (
     return (bool)::WinSendMsg( GetHWND()
                               ,BKM_SETTABBITMAP
                               ,MPFROMLONG((ULONG)m_alPageId[nPage])
-                              ,(MPARAM)vBitmap.GetHBITMAP()
+                              ,(MPARAM)wxFlipBmp(vBitmap.GetHBITMAP())
                              );
 } // end of wxNotebook::SetPageImage