No changes, just categorize change log entry correctly.

wxThread::SetConcurrency() should be in the non-GUI part, not wxUniv one.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-04-04 14:36:39 +00:00
parent fe1fd8d5d5
commit ab66414a66

View File

@@ -473,6 +473,7 @@ All:
- Fix wrong time zone used in wxDateTime::UNow().
- Fix performance of wxStdInputStream with MSVC8/9 (wsu).
- Added wxFileName::Exists().
- Implement wxThread::SetConcurrency() for POSIX systems (Igor Korot).
All (GUI):
@@ -529,7 +530,6 @@ OSX:
Univ:
- Fix regression with read-only wxComboBox appearance (Jason Erb).
- Implement wxThread::SetConcurrency() for POSIX systems (Igor Korot).