Override the initWithContentsOfFile:ofType: method so that it will not call NSRunAlertPanel

This commit is contained in:
Gregory John Casamento 2023-12-13 04:44:32 -05:00
parent f346a46a58
commit 232bfcecce

View file

@ -114,6 +114,8 @@
return YES;
}
// Document
- (id<IBDocuments>) activeDocument
{
return _doc;