KEdit::Search -> search, Replace -> replace

svn path=/trunk/kdenetwork/kmail/; revision=21096
wilder-work
Harri Porten 27 years ago
parent c6f97686e4
commit 040e969dc6
  1. 4
      kmcomposewin.cpp

@ -1415,14 +1415,14 @@ void KMComposeWin::slotMenuViewActivated(int id)
//-----------------------------------------------------------------------------
void KMComposeWin::slotFind()
{
mEditor->Search();
mEditor->search();
}
//-----------------------------------------------------------------------------
void KMComposeWin::slotReplace()
{
mEditor->Replace();
mEditor->replace();
}

Loading…
Cancel
Save