Updated Localization

Added configureable Table headers in Entry view
This commit is contained in:
michael starke
2013-07-31 02:50:13 +02:00
parent 31f456929c
commit 780c8782e6
16 changed files with 204 additions and 81 deletions

View File

@@ -7,10 +7,7 @@
//
#import <Foundation/Foundation.h>
@class MPEntryViewController;
@interface MPEntryContextMenuDelegate : NSObject <NSMenuDelegate>
@property (weak) MPEntryViewController *viewController;
@end