Bring up, down, top, and bottom icons into XDG compliance

remotes/origin/feat/cmakeConv
Timothy Pearson 10 years ago
parent 359bc90970
commit 36b7e34a68

@ -252,7 +252,7 @@ void KScopeActions::init()
// Go menu // Go menu
addAction(i18n("P&revious Result"), addAction(i18n("P&revious Result"),
"up", "go-up",
"Alt+Up", "Alt+Up",
m_pWindow->m_pQueryWidget, m_pWindow->m_pQueryWidget,
SLOT(slotPrevResult()), SLOT(slotPrevResult()),
@ -260,7 +260,7 @@ void KScopeActions::init()
SIGNAL(toggleProject(bool))); SIGNAL(toggleProject(bool)));
addAction(i18n("N&ext Result"), addAction(i18n("N&ext Result"),
"down", "go-down",
"Alt+Down", "Alt+Down",
m_pWindow->m_pQueryWidget, m_pWindow->m_pQueryWidget,
SLOT(slotNextResult()), SLOT(slotNextResult()),

Loading…
Cancel
Save