]> git.saurik.com Git - wxWidgets.git/commitdiff
move last change to the correct section
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 May 2008 17:08:08 +0000 (17:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 May 2008 17:08:08 +0000 (17:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index c84d0bbfa198f0c2d31dbff4d0858087f35ec6ef..035f9af941b5a69f310a15bf532e010a6d3b5504 100644 (file)
@@ -243,7 +243,6 @@ All:
   wxQueueEvent() replacing wxPostEvent().
 - wxString now uses std::[w]string internally by default, meaning that it is
   now thread-safe if the standard library provided with your compiler is.
-- Use different Win32 class names in different wx instances (Thomas Hauk)
 
 All (Unix):
 
@@ -355,6 +354,7 @@ wxMSW:
 - Fix centering wxFileDialog and allow positioning it
 - Allow centering wxMessageDialog on its parent window (troelsk)
 - Implement support for display enumeration under WinCE (Vince Harron)
+- Use different Win32 class names in different wx instances (Thomas Hauk)
 
 wxX11: