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:
@@ -139,7 +139,7 @@ void wxDialog::EndModal( int retCode )
|
|||||||
|
|
||||||
if (!IsModal())
|
if (!IsModal())
|
||||||
{
|
{
|
||||||
wxFAIL_MSG( wxT("wxDialog:EndModal called twice") );
|
wxFAIL_MSG( "either wxDialog:EndModal called twice or ShowModal wasn't called" );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user