diff -r 81da3301b632 -r f85613f12947 mtpfws/mtpfw/dataproviders/dputility/src/cmtpknowledgehandler.cpp --- a/mtpfws/mtpfw/dataproviders/dputility/src/cmtpknowledgehandler.cpp Wed Jun 09 10:36:33 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/dputility/src/cmtpknowledgehandler.cpp Mon Jun 21 16:36:59 2010 +0300 @@ -747,7 +747,7 @@ TInt count = sizeof(KMTPFullEnumSyncKnowledgeObjectProperties) / sizeof(KMTPFullEnumSyncKnowledgeObjectProperties[0]); for (TInt i = 0; i < count; i++) { - aPropCodes.Append(KMTPFullEnumSyncKnowledgeObjectProperties[i]); + aPropCodes.AppendL(KMTPFullEnumSyncKnowledgeObjectProperties[i]); } } else if(2 == aGroupId)