interims update

This commit is contained in:
michael starke
2012-07-22 23:28:44 +02:00
parent 5687494582
commit 957b91cceb
9 changed files with 353 additions and 781 deletions

View File

@@ -15,8 +15,6 @@ APPKIT_EXTERN NSString *const kOutlineViewIdentifier;
@interface MPAppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@property (assign) IBOutlet NSImageView *outlineImage;
@property (assign) IBOutlet NSTextField *outlineText;
@property (readonly, retain) MPDatabaseDocument *database;