New MPActionHelper for editPassword:

This commit is contained in:
Andrew Schleifer
2013-11-22 22:30:24 -06:00
parent d186a2f318
commit 4290e92535
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPActionToggleInspector,
MPActionLock, // show the lock screen
MPActionEmptyTrash, // empties the trashcan, if there is one
MPActionEditPassword, // change the database password
MPActionDatabaseSettings, // Show the settings for the database
MPActionEditTemplateGroup
};

View File

@@ -21,6 +21,7 @@
@(MPActionCopyURL) : @"copyURL:",
@(MPActionCopyUsername) : @"copyUsername:",
@(MPActionDelete) : @"deleteNode:",
@(MPActionEditPassword) : @"editPassword:",
@(MPActionOpenURL) : @"openURL:",
@(MPActionToggleInspector) : @"toggleInspector:",
@(MPActionLock) : @"lock:",