Fixed memory leak in MPDatabaseDocument

Added more Icons
This commit is contained in:
Michael Starke
2013-02-17 19:39:15 +01:00
parent f20e3d6e1e
commit 50931ca327
14 changed files with 50 additions and 6 deletions

View File

@@ -14,7 +14,12 @@ typedef enum {
MPIconWarning,
MPIconServer,
MPIconKlipper,
MPIconLanguages
MPIconLanguages,
MPIconNotepad,
MPIconSocket,
MPIconIdentity,
MPIconContact,
MPIconCamera
} MPIconType;
@interface MPIconHelper : NSObject