messagingapp/msgnotifications/msgindicatorplugin/src/msgindicator.cpp
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
child 47 5b14749788d7
child 52 12db4185673b
--- 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;