branch | RCL_3 |
changeset 20 | 9c5b1510919f |
parent 15 | 9711e452b5e9 |
child 28 | 96907930389d |
--- a/notepad/notepad1/LibSrc/NpdEditorDialog.cpp Tue May 25 12:41:10 2010 +0300 +++ b/notepad/notepad1/LibSrc/NpdEditorDialog.cpp Wed Jun 09 09:40:23 2010 +0300 @@ -1205,6 +1205,7 @@ TInt CNotepadEditorDialog::DoSearchL(CFindItemEngine::TFindItemSearchCase aCase) { CFindItemDialog* dialog = CFindItemDialog::NewL( iEditor->Text()->Read( 0 ), aCase ); + dialog->EnableSingleClick( ETrue ); TInt ret = dialog->ExecuteLD(); return ret; }