ID for MessageBoxError
This commit is contained in:
@@ -255,7 +255,7 @@ void ArchHooks_darwin::MessageBoxOKPrivate(CString sMessage, CString ID)
|
||||
IgnoreMessage(ID);
|
||||
}
|
||||
|
||||
void ArchHooks_darwin::MessageBoxErrorPrivate(CString sError)
|
||||
void ArchHooks_darwin::MessageBoxErrorPrivate(CString sError, CString ID)
|
||||
{
|
||||
CFStringRef error = CFStringCreateWithCString(NULL, sError, kCFStringEncodingASCII);
|
||||
ShowAlert(kAlertStopAlert, error, CFSTR("OK"));
|
||||
|
||||
Reference in New Issue
Block a user