mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Override the initWithContentsOfFile:ofType: method so that it will not call NSRunAlertPanel
This commit is contained in:
parent
f346a46a58
commit
232bfcecce
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@
|
|||
return YES;
|
||||
}
|
||||
|
||||
// Document
|
||||
|
||||
- (id<IBDocuments>) activeDocument
|
||||
{
|
||||
return _doc;
|
||||
|
|
Loading…
Reference in a new issue