Refactorings

This commit is contained in:
michael starke
2013-06-09 17:10:41 +02:00
parent 45dfcb2796
commit 88ff8c79a0
28 changed files with 908 additions and 159 deletions

View File

@@ -32,8 +32,8 @@
[MPUppercaseStringValueTransformer registerTransformer];
}
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender {
return [[NSUserDefaults standardUserDefaults] boolForKey:kMPSettingsKeyOpenEmptyDatabaseOnLaunch];
}
- (void)dealloc {