Added wxSingleInstanceChecker for OS/2 (patch #10491).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2009-02-21 13:53:19 +00:00
parent 8c83a06dcc
commit beabe005be
3 changed files with 137 additions and 0 deletions

View File

@@ -171,6 +171,10 @@ wxGTK:
- Worked around bug in GTK+ < 2.14 where enabling some controls such
as wxButton didn't re-enable sensitivity until the mouse was moved.
wxOS2:
- Added implementation for wxSingleInstanceChecker contributed by Lauri Nurmi
2.8.9
-----