Fixed some localizations in the inspector

Added emptryTrash action
More work on the trash can integration

Undo/Redo get's fucked up if any Trash-related operation is in the stack!
This commit is contained in:
michael starke
2013-07-02 21:17:14 +02:00
parent 07bf863fa4
commit 2abf258308
11 changed files with 548 additions and 239 deletions

View File

@@ -376,8 +376,8 @@ enum {
}
- (void)_customFieldFrameChanged:(NSNotification *)notification {
NSView *sender = [notification object];
NSLog(@"didChangeFrameFor: %@ to: %@", sender, NSStringFromRect([sender frame]));
// NSView *sender = [notification object];
// NSLog(@"didChangeFrameFor: %@ to: %@", sender, NSStringFromRect([sender frame]));
}
@end