Open and New now work when the main windows is closed

This commit is contained in:
michael starke
2013-04-20 21:35:22 +02:00
parent 42cb3743c5
commit 22a105aaf8
5 changed files with 20 additions and 2 deletions

View File

@@ -33,4 +33,7 @@ typedef enum {
*/
- (NSArray *)contextMenuItemsWithItems:(MPContextMenuItemsFlags)flags;
- (void)openDocument:(id)sender;
- (void)newDocument:(id)sender;
@end