Fixed issue that did not set the correct document version in MPDocument

Reverted undoable settings for Database
Updated to latest HNHUi
This commit is contained in:
Michael Starke
2013-06-30 13:40:18 +02:00
parent 0c3c99d5b7
commit ccd9c9cfa9
12 changed files with 681 additions and 436 deletions

View File

@@ -11,7 +11,6 @@
@implementation MPKeyfilePathControlDelegate
- (NSDragOperation)pathControl:(NSPathControl *)pathControl validateDrop:(id<NSDraggingInfo>)info {
NSLog(@"%@", [info draggingPasteboard]);
return NSDragOperationNone;
}