From: Vadim Zeitlin Date: Mon, 10 Mar 2003 22:43:45 +0000 (+0000) Subject: backport ParseDate() fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/39d6715fdfb8d3dd165bd3ebf29c2531f3662ee4 backport ParseDate() fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/toback24.txt b/docs/toback24.txt index ebae040fc8..eb94c9db7c 100644 --- a/docs/toback24.txt +++ b/docs/toback24.txt @@ -429,3 +429,8 @@ CVS: [VS] wxWindows/src/gtk button.cpp,1.53,1.54 checkbox.cpp,1.52,1.53 control. CVS: [VS] wxWindows/include/wx/gtk control.h,1.16,1.17 CVS: [VS] wxWindows/docs changes.txt,1.255,1.256 CVS: [VS] wxWindows/src/gtk control.cpp,1.27,1.28 + +34. Accept '\r' as delimiter when parsing dates (bug #684617) + +CVS: [VZ] wxWindows/src/common datetime.cpp,1.73,1.74 +