equal
deleted
inserted
replaced
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, |