fixes [ 1779152 ] FileDataObject Unicode, [ 1643699 ] DnD File Unicode error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-09-05 12:39:06 +00:00
parent 9ffcc41fc4
commit 0e4341c1ec
3 changed files with 70 additions and 35 deletions

View File

@@ -175,6 +175,9 @@ wxGTK:
- Fixed crash in settings when using tooltips->tip_window with GTK+ 2.11.6.
- Fix WX_GL_STEREO attribute handling (Tristan Mehamli)
- Fix wxThread::SetPriority() when the thread is running (Christos Gourdoupis)
- Fixed size problem in wxTaskBarIcon
- Fixed scrolling problem of wxStaticBox (and possibly other control)
- Fixed wxFileDataObject for DnD in UTF8 locales with non-ASCII characters
wxMac: