clarified EndModal assert message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-01-30 19:49:24 +00:00
parent b212c69eca
commit dc409d37f2

View File

@@ -139,7 +139,7 @@ void wxDialog::EndModal( int retCode )
if (!IsModal())
{
wxFAIL_MSG( wxT("wxDialog:EndModal called twice") );
wxFAIL_MSG( "either wxDialog:EndModal called twice or ShowModal wasn't called" );
return;
}