added wxShutdown (patch 547443)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-05-05 14:18:36 +00:00
parent 32b5be3d67
commit f6ba47d997
8 changed files with 139 additions and 4 deletions

View File

@@ -131,6 +131,7 @@ wxBase:
- fixed the bug related to the redrawing on resize introduced in 2.3.2
- added static wxFontMapper::Get() accessor (use of wxTheFontMapper is now
deprecated)
- added wxShutdown() function (Marco Cavallini)
Unix (Base/GUI):