From f779be80e40616981f30b808f500223560b647d8 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 27 Feb 2008 18:16:01 +0000 Subject: [PATCH] Logged some changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 73bfe8a433..b9c56894ff 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -143,6 +143,10 @@ wxMSW: corresponding event even when the control is scrolled horizontally. - Implement wxRadioBox::Reparent() correctly (Vince Harron). - Make context sensitive help work for the text part of wxSpinCtrl. +- wxFileType::GetCommand() now looks at Explorer associations and CurVer + for increased reliability and conformance to user expectations. +- Fixed double Init() call in wxTopLevelWindow causing a memory leak on + SmartPhone. wxGTK: