wxWidgets/include
Vadim Zeitlin 04ca40fce8 Destroy modeless wxGenericAboutDialog when it is closed.
Don't leave the wxGenericAboutDialog object alive when non-modal about dialog
(as can be used under GTK and OS X) is closed. This is wasteful and, worse,
resulted in the program not exiting after such a dialog was shown because it
counted as a remaining open top level window.

This also fixes the same bug in wxGTK when using GTK+ 2.4.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-20 22:11:32 +00:00
..
msvc/wx Don't auto-link with 3rd party libraries in DLL build using MSVC. 2012-01-18 17:26:23 +00:00
wx Destroy modeless wxGenericAboutDialog when it is closed. 2012-01-20 22:11:32 +00:00