Reworked DatabaseSettings to be cancelable

Moved Password edit to Database settings
This commit is contained in:
michael starke
2013-07-06 04:18:10 +02:00
parent 005bab7380
commit f55e78349e
20 changed files with 816 additions and 825 deletions

View File

@@ -53,7 +53,8 @@ static NSDictionary *icons;
@(MPIconFolder): @"48_FolderTemplate",
@(MPIconInfo): @"99_InfoTemplate",
@(MPIconAddFolder): @"99_AddFolderTemplate",
@(MPIconHardDisk): @"99_HarddiskTemplate"
@(MPIconHardDisk): @"99_HarddiskTemplate",
@(MPIconSaveToDisk): @"99_SaveToDiskTemplate"
};
return imageNames;
}