diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-02-19 01:16:07 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-19 01:16:07 +0100 |
commit | 4b9db7650392c5b08e0ff243f5e4138c3f40553e (patch) | |
tree | d0fb864e9b57b238070196bdf35f6ad215d409ed /tderesources/groupwise/soap/soapStub.h | |
parent | 7726de45cfff91c8704323ef8041cf30b2816809 (diff) | |
download | tdepim-4b9db7650392c5b08e0ff243f5e4138c3f40553e.tar.gz tdepim-4b9db7650392c5b08e0ff243f5e4138c3f40553e.zip |
Fix unintended rename of Checklist
Diffstat (limited to 'tderesources/groupwise/soap/soapStub.h')
-rw-r--r-- | tderesources/groupwise/soap/soapStub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/groupwise/soap/soapStub.h b/tderesources/groupwise/soap/soapStub.h index 4f42a3372..5566ba0ba 100644 --- a/tderesources/groupwise/soap/soapStub.h +++ b/tderesources/groupwise/soap/soapStub.h @@ -127,7 +127,7 @@ enum ngwt__FolderACLStatus {pending = 0, accepted = 1, deleted = 2, opened = 3, #ifndef SOAP_TYPE_ngwt__FolderType #define SOAP_TYPE_ngwt__FolderType (359) /* ngwt:FolderType */ -enum ngwt__FolderType {Mailbox = 0, SentItems = 1, Draft = 2, Trash = 3, Calendar = 4, Contacts = 5, Documents = 6, Chectdelist = 7, Cabinet = 8, Normal_ = 9, NNTPServer = 10, NNTPNewsGroup = 11, IMAP = 12, Query = 13, Root = 14, JunkMail = 15, Notes = 16}; +enum ngwt__FolderType {Mailbox = 0, SentItems = 1, Draft = 2, Trash = 3, Calendar = 4, Contacts = 5, Documents = 6, Checklist = 7, Cabinet = 8, Normal_ = 9, NNTPServer = 10, NNTPNewsGroup = 11, IMAP = 12, Query = 13, Root = 14, JunkMail = 15, Notes = 16}; #endif #ifndef SOAP_TYPE_ngwt__Frequency |