Avoid outputting the assert message twice in non-GUI code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Dec 2009 14:59:26 +0000 (14:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Dec 2009 14:59:26 +0000 (14:59 +0000)
commit021efd65100322b3c152cc1017cfb961664d30a4
treedc1e3d9733cc409826e306979d9204f0fd11e25e
parent61c18e1a3df26176d3eb996a37d6f8c58075144b
Avoid outputting the assert message twice in non-GUI code.

As we always log the assert message in ::ShowAssertDialog() itself there is no
need to log it again in wxAppTraitsBase::ShowAssertDialog().

Also show the "please wait while generating stack trace information" in
wxAppTraitsBase::GetAssertStackTrace() itself instead of doing it in both
places which call it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/appbase.cpp
src/common/appcmn.cpp