Bring undo, redo, find, and revert icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 4d6ce37cf5
commit 95b0d5bda2

@ -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");

Loading…
Cancel
Save