projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed comment bug [ 1390056 ] Wrong Documentation for TransferFromWindow
[wxWidgets.git]
/
src
/
os2
/
notebook.cpp
diff --git
a/src/os2/notebook.cpp
b/src/os2/notebook.cpp
index 35513ca1e97dd1c29deb68ee79e271fee34da029..ee9b6810ebfe2c74e1188fe15f5c18c184a6ffdf 100644
(file)
--- a/
src/os2/notebook.cpp
+++ b/
src/os2/notebook.cpp
@@
-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