fix crash
This commit is contained in:
@@ -109,6 +109,7 @@ void Dialog::Error( CString sMessage, CString ID )
|
||||
{
|
||||
Dialog::Init();
|
||||
|
||||
if( LOG )
|
||||
LOG->Trace( "Dialog: \"%s\" [%s]", sMessage.c_str(), ID.c_str() );
|
||||
|
||||
if( ID != "" && MessageIsIgnored( ID ) )
|
||||
@@ -150,6 +151,7 @@ Dialog::Result Dialog::AbortRetryIgnore( CString sMessage, CString ID )
|
||||
{
|
||||
Dialog::Init();
|
||||
|
||||
if( LOG )
|
||||
LOG->Trace( "Dialog: \"%s\" [%s]", sMessage.c_str(), ID.c_str() );
|
||||
|
||||
if( ID != "" && MessageIsIgnored( ID ) )
|
||||
@@ -173,6 +175,7 @@ Dialog::Result Dialog::AbortRetry( CString sMessage, CString ID )
|
||||
{
|
||||
Dialog::Init();
|
||||
|
||||
if( LOG )
|
||||
LOG->Trace( "Dialog: \"%s\" [%s]", sMessage.c_str(), ID.c_str() );
|
||||
|
||||
if( ID != "" && MessageIsIgnored( ID ) )
|
||||
|
||||
Reference in New Issue
Block a user