notepad/notepad1/LibSrc/NpdEditorDialog.cpp
branchRCL_3
changeset 36 9c5b1510919f
parent 21 9711e452b5e9
child 60 96907930389d
equal deleted inserted replaced
30:d68a4b5d5885 36:9c5b1510919f
  1203 // -----------------------------------------------------------------------------
  1203 // -----------------------------------------------------------------------------
  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     TInt ret = dialog->ExecuteLD();
  1209     TInt ret = dialog->ExecuteLD();
  1209     return ret;
  1210     return ret;
  1210     }
  1211     }
  1211 
  1212 
  1212 // -----------------------------------------------------------------------------
  1213 // -----------------------------------------------------------------------------