From 6b8f5d306916873c7a7197c66240f24d4aee36ab Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 29 May 2006 17:26:55 +0000 Subject: [PATCH] 64-bit fix in wxNotebook for Tru64. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index e33be0e25f..e810a4f00a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: -- 2.50.0