Added 4 more icons. Updated HNHUi

This commit is contained in:
michael starke
2013-07-07 14:04:43 +02:00
parent dfb8c7936a
commit d3cdc4d574
12 changed files with 1195 additions and 261 deletions

View File

@@ -15,19 +15,23 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
MPIconServer,
MPIconKlipper,
MPIconLanguages,
MPIconBlockDevice,
MPIconNotepad,
MPIconSocket,
MPIconIdentity,
MPIconContact,
MPIconCamera,
MPIconRemote,
MPIconKeys,
MPIconDisplay = 18,
MPIconFileSave = 26,
MPIconTrash = 43,
MPIconFolder = 48,
MPIconPhone = 68,
/* Custom Icons not used in Database */
MPIconInfo = 1000,
MPIconAddFolder,
MPIconHardDisk,
MPIconSaveToDisk,
};
@interface MPIconHelper : NSObject