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, MPActionToggleInspector,
MPActionLock, // show the lock screen MPActionLock, // show the lock screen
MPActionEmptyTrash, // empties the trashcan, if there is one MPActionEmptyTrash, // empties the trashcan, if there is one
MPActionEditPassword, // change the database password
MPActionDatabaseSettings, // Show the settings for the database MPActionDatabaseSettings, // Show the settings for the database
MPActionEditTemplateGroup MPActionEditTemplateGroup
}; };

View File

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