notepad/notepad1/LibSrc/NpdEditorDialog.cpp
branchRCL_3
changeset 60 96907930389d
parent 36 9c5b1510919f
child 67 1539a383d7b6
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
  1204 //
  1204 //
  1205 TInt CNotepadEditorDialog::DoSearchL(CFindItemEngine::TFindItemSearchCase aCase)
  1205 TInt CNotepadEditorDialog::DoSearchL(CFindItemEngine::TFindItemSearchCase aCase)
  1206     {
  1206     {
  1207     CFindItemDialog* dialog = CFindItemDialog::NewL( iEditor->Text()->Read( 0 ), aCase );
  1207     CFindItemDialog* dialog = CFindItemDialog::NewL( iEditor->Text()->Read( 0 ), aCase );
  1208     dialog->EnableSingleClick( ETrue );
  1208     dialog->EnableSingleClick( ETrue );
       
  1209     dialog->SetCallSubMenuVisibility( EFalse ); // Click-To-Call
  1209     TInt ret = dialog->ExecuteLD();
  1210     TInt ret = dialog->ExecuteLD();
  1210     return ret;
  1211     return ret;
  1211     }
  1212     }
  1212 
  1213 
  1213 // -----------------------------------------------------------------------------
  1214 // -----------------------------------------------------------------------------