mobilemessaging/smsui/viewersrc/MsgSmsViewerAppUi.cpp
branchRCL_3
changeset 77 da6ac9d688df
parent 60 7fdbb852d323
equal deleted inserted replaced
71:17302fa075e1 77:da6ac9d688df
   893         // Tests if normal message
   893         // Tests if normal message
   894         if ( !iFlags.iBioMsg || !iFlags.iGms ) 
   894         if ( !iFlags.iBioMsg || !iFlags.iGms ) 
   895             {
   895             {
   896             // Prepare FindItem
   896             // Prepare FindItem
   897             iFindItemMenu = CFindItemMenu::NewL( EFindItemMenuPlaceHolder );
   897             iFindItemMenu = CFindItemMenu::NewL( EFindItemMenuPlaceHolder );
   898             iFindItemMenu->SetCallSubMenuVisibility ( EFalse ); // Click-To-Call
       
   899             iFindItemMenu->AttachItemFinderMenuL( R_SMSV_OPTIONSMENUPANE );
   898             iFindItemMenu->AttachItemFinderMenuL( R_SMSV_OPTIONSMENUPANE );
   900             }
   899             }
   901         }
   900         }
   902 
   901 
   903     // ...then construct the menu itself. There are two menu-resources,
   902     // ...then construct the menu itself. There are two menu-resources,