Removal off attachments included

This commit is contained in:
michael starke
2013-07-05 20:50:38 +02:00
parent 9c3a62bef6
commit 628fbbfeda
12 changed files with 543 additions and 293 deletions

View File

@@ -25,7 +25,8 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
MPIconFolder = 48,
/* Custom Icons not used in Database */
MPIconInfo = 1000,
MPIconAddFolder
MPIconAddFolder,
MPIconHardDisk,
};
@interface MPIconHelper : NSObject