fixed wxDateTime compilation in Unicode mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-11-23 23:00:21 +00:00
parent 810d24ea09
commit c293cbbb18
2 changed files with 43 additions and 4 deletions

View File

@@ -190,6 +190,10 @@ All (GUI):
- bug in wxWindow::RemoveEventHandler() fixed (Yingjun Zhang)
- bug in wxColourDatabase::FindColour() which could led to crashes fixed
Unix:
- Unicode compilation fix in wxDateTime
wxMSW:
- strip ampersands from strings returned by wxMenuBar::GetLabelTop()