Don't use default "Error" title for wxMessageOutputBest message box.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 7 Oct 2010 20:57:40 +0000 (20:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 7 Oct 2010 20:57:40 +0000 (20:57 +0000)
commitb4572569856d405eb80c305674a9aeb8839e87d8
treeacc9ed3e89d3b14045cea64feedf997936f199c2
parent6e91bf4d5bc700f6bf3f5c05b9aef53fc8c0a0ba
Don't use default "Error" title for wxMessageOutputBest message box.

Use the application display name as the message box title if possible andu se
"Message" rather than "Error" otherwise.

See #12548.

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