ID for MessageBoxError

This commit is contained in:
Glenn Maynard
2004-01-16 22:43:59 +00:00
parent 4f901a9f00
commit 454cbe482e
6 changed files with 14 additions and 12 deletions
@@ -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"));