idlehomescreen/xmluicontroller/src/onlineofflinehelper.cpp
changeset 1 5315654608de
parent 0 f72a12da539e
child 9 f966699dea19
--- a/idlehomescreen/xmluicontroller/src/onlineofflinehelper.cpp	Thu Dec 17 08:40:49 2009 +0200
+++ b/idlehomescreen/xmluicontroller/src/onlineofflinehelper.cpp	Thu Jan 07 12:39:41 2010 +0200
@@ -273,7 +273,7 @@
                         // Show roaming notification
 						CAknGlobalNote* note = CAknGlobalNote::NewLC();
 						HBufC* msg( StringLoader::LoadLC( R_QTN_HS_AUTOMATIC_OFFLINE ) );
-						 
+						note->SetSoftkeys(R_AVKON_SOFTKEYS_OK_EMPTY); 
 						note->ShowNoteL( EAknGlobalInformationNote, *msg );
 						CleanupStack::PopAndDestroy( 2, note ); // msg    
                         }