64-bit fix in wxNotebook for Tru64.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2006-05-29 17:26:55 +00:00
parent 6624c58882
commit 6b8f5d3069

View File

@ -148,6 +148,7 @@ All (GUI):
- Added wxTextAttr::Merge() (Marcin Simonides)
- Added wxTB_NO_TOOLTIPS style (Igor Korot)
- Added wxGenericDirCtrl::CollapsePath() (Christian Buhtz)
- Fixed 64-bit issue in wxNotebook causing segfaults on Tru64 Unix.
wxMSW: