RetryCancel -> AbortRetry

remove Dialog::cancel
This commit is contained in:
Glenn Maynard
2005-01-20 19:40:24 +00:00
parent 38c6dcbb0b
commit 2b73f63ea8
7 changed files with 12 additions and 13 deletions
@@ -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 );