diff --git a/Application/AppController.h b/Application/AppController.h index 21dcae655..a1618696a 100644 --- a/Application/AppController.h +++ b/Application/AppController.h @@ -69,6 +69,8 @@ - (void)drawerDidOpen:(NSNotification *)notification; - (void)drawerDidClose:(NSNotification *)notification; +- (void)initDefaults; + //Fun stuff - (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag; - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;