Small fixes to context toolbar button

Added more database icons
This commit is contained in:
michael starke
2013-08-14 01:15:10 +02:00
parent e0f2351c80
commit 3a4d72767b
15 changed files with 885 additions and 418 deletions

View File

@@ -27,7 +27,12 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
MPIconCamera,
MPIconRemote,
MPIconKeys,
MPIconDisplay = 18,
MPIconScanner = 15,
MPIconBrowser,
MPIconCDRom,
MPIconDisplay,
MPIconEmail,
MPIconMisc,
MPIconFileSave = 26,
MPIconTrash = 43,
MPIconFolder = 48,
@@ -38,6 +43,8 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
MPIconAddFolder,
MPIconHardDisk,
MPIconCreated,
MPIconAddEntry,
MPIconContextTriangle,
};
/**