More work on Recylcebin support #24

Document settings display tree to chose recycle bin location
This commit is contained in:
michael starke
2013-07-02 00:48:48 +02:00
parent d5e40721dd
commit f3001b35e1
21 changed files with 477 additions and 220 deletions

View File

@@ -24,7 +24,8 @@
@(MPActionEdit) : @"editEntry:",
@(MPActionOpenURL) : @"openURL:",
@(MPActionToggleInspector) : @"toggleInspector:",
@(MPActionLock) : @"lock:"
@(MPActionLock) : @"lock:",
@(MPActionEmptyTrash) : @"emptyTrash:"
} retain];
});
return NSSelectorFromString(actionDict[@(type)]);