RetryCancel -> AbortRetry
remove Dialog::cancel
This commit is contained in:
@@ -39,6 +39,7 @@ void DialogDriver_Cocoa::Error( CString sError, CString ID )
|
||||
CFRelease(error);
|
||||
}
|
||||
|
||||
// XXX: should show three options, not two
|
||||
Dialog::Result DialogDriver_Cocoa::AbortRetryIgnore( CString sMessage, CString ID )
|
||||
{
|
||||
CFStringRef error = CFStringCreateWithCString( NULL, sMessage, kCFStringEncodingASCII );
|
||||
|
||||
Reference in New Issue
Block a user