diff -r 84197e66a4bd -r 35b64624a9e7 messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp --- a/messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp Fri Jun 11 13:35:48 2010 +0300 +++ b/messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp Wed Jun 23 18:09:17 2010 +0300 @@ -42,6 +42,7 @@ #define LOC_OUTGOING_SINGLE_MESSAGE hbTrId("Outgoing Message") #define LOC_OUTGOING_MULTIPLE_MESSAGES hbTrId("Outgoing Messages") #define STATUS_MONO_NEW_MESSAGE QString("qtg_status_new_message") +#define LOC_BUSINESSCARD hbTrId("Business card") /** * The number of indicators. */ @@ -319,6 +320,9 @@ QFileInfo fname(secondaryText); secondaryText = fname.fileName(); } + else if(ECsBioMsg_VCard == info.mMessageType) { + secondaryText = LOC_BUSINESSCARD; + } } else { info.mConversationId = -100;