From 9aeb0dc9f82833236c59e58e3a0991a38a5e55ca Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 20 Mar 2007 22:31:51 +0000 Subject: [PATCH] fix a release date git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index f82c7145f9..9e3d8bbc3d 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -1,7 +1,7 @@ Recent Changes for wxPython ===================================================================== -2.8.2.0 +2.8.3.0 ------- * @@ -108,7 +108,7 @@ windows so they are no longer clipped by the bounds of the stc window. 2.8.1.0 ------- -* 8-Jan-2006 +* 8-Jan-2007 Added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release, not press, under MSW (bug 1623761)