iaupdate/IAD/backgroundchecker/src/iaupdatebgsoftnotification.cpp
changeset 69 b18a4bf55ddb
parent 44 329d304c1aa1
--- a/iaupdate/IAD/backgroundchecker/src/iaupdatebgsoftnotification.cpp	Fri Aug 20 11:39:56 2010 +0300
+++ b/iaupdate/IAD/backgroundchecker/src/iaupdatebgsoftnotification.cpp	Fri Sep 03 17:01:40 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;