projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix a fatal crash due to using wxHSCROLL presence in m_windowStyle as indicator of...
[wxWidgets.git]
/
src
/
os2
/
notebook.cpp
diff --git
a/src/os2/notebook.cpp
b/src/os2/notebook.cpp
index 07fda9543e45aacd8584d1bb99e12dabe360d3b9..e01175a5136f913d702ce08dcfb09e71e30f32ff 100644
(file)
--- a/
src/os2/notebook.cpp
+++ b/
src/os2/notebook.cpp
@@
-266,7
+266,7
@@
bool wxNotebook::SetPageText( size_t nPage,
return (bool)::WinSendMsg( m_hWnd
,BKM_SETTABTEXT
,MPFROMLONG((ULONG)m_alPageId[nPage])
- ,MPFROMP(
(PSZ)
rsStrText.c_str())
+ ,MPFROMP(rsStrText.c_str())
);
} // end of wxNotebook::SetPageText