diff -r 883e91c086aa -r 48c22c726cf9 mtpfws/mtpfw/dataproviders/dputility/src/cmtpknowledgehandler.cpp --- a/mtpfws/mtpfw/dataproviders/dputility/src/cmtpknowledgehandler.cpp Tue Jul 06 15:13:34 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/dputility/src/cmtpknowledgehandler.cpp Wed Aug 18 10:38:51 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)