Don't open untitled

This commit is contained in:
Matthias Neeracher 2006-10-29 02:49:26 +00:00
parent 4f92948d6d
commit f059ffb24e

View File

@ -181,4 +181,9 @@
}
}
- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender
{
return NO;
}
@end