]> git.saurik.com Git - wxWidgets.git/commitdiff
64-bit fix in wxNotebook for Tru64.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 29 May 2006 17:26:55 +0000 (17:26 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 29 May 2006 17:26:55 +0000 (17:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index e33be0e25f3ab110a1109395429a92a30b030398..e810a4f00a6ab2580a59a6414bfe6ec4d4c007c5 100644 (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: