iaupdate/IAD/backgroundchecker/src/iaupdatebgsoftnotification.cpp
changeset 72 a0dc14075813
parent 53 ae54820ef82c
--- a/iaupdate/IAD/backgroundchecker/src/iaupdatebgsoftnotification.cpp	Thu Sep 02 20:34:03 2010 +0300
+++ b/iaupdate/IAD/backgroundchecker/src/iaupdatebgsoftnotification.cpp	Fri Sep 17 08:30:26 2010 +0300
@@ -29,6 +29,9 @@
 // Indicator type
 _LIT(KIndicatorTypeBgc, "com.nokia.iaupdate.indicatorplugin/1.0");
 
+// Icon name
+_LIT( KIconName, "qtg_large_swupdate" );
+
 // ============================ MEMBER FUNCTIONS ===============================
 void CIAUpdateBGSoftNotification::NotificationDialogActivated(
         const CHbDeviceNotificationDialogSymbian* /* aDialog */)
@@ -130,6 +133,7 @@
     // fill texts, icon & behaviour parameters
     FillNotificationParams();
     
+    iNotificationDialog->SetIconNameL( KIconName );
     iNotificationDialog->ShowL();
     
     return;