diff --git a/docs/changes.txt b/docs/changes.txt index c84d0bbfa1..035f9af941 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: