notepad/notepad1/LibSrc/NpdEditorDialog.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 66 bd7edf625bdd
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
  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
       
  1210     TInt ret = dialog->ExecuteLD();
  1209     TInt ret = dialog->ExecuteLD();
  1211     return ret;
  1210     return ret;
  1212     }
  1211     }
  1213 
  1212 
  1214 // -----------------------------------------------------------------------------
  1213 // -----------------------------------------------------------------------------