|
|
|
@ -204,7 +204,7 @@ void DebuggerMainWnd::initKAction()
|
|
|
|
|
KStdAction::showStatusbar(this, SLOT(slotViewStatusbar()), actionCollection());
|
|
|
|
|
|
|
|
|
|
// view menu
|
|
|
|
|
(void)new TDEToggleAction(i18n("&Find"), "find", CTRL+Key_F, m_filesWindow,
|
|
|
|
|
(void)new TDEToggleAction(i18n("&Find"), "edit-find", CTRL+Key_F, m_filesWindow,
|
|
|
|
|
SLOT(slotViewFind()), actionCollection(),
|
|
|
|
|
"view_find");
|
|
|
|
|
(void)KStdAction::findNext(m_filesWindow, SLOT(slotFindForward()), actionCollection(), "view_findnext");
|
|
|
|
|