summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:00 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:00 -0500
commit36b7e34a6842a3156eb22978895e971f87772cd5 (patch)
tree6893b63744f794a14c146a39aa020f718d44127f /src
parent359bc90970ce4a3a00665bb770801c9d3da2c70e (diff)
downloadkscope-36b7e34a6842a3156eb22978895e971f87772cd5.tar.gz
kscope-36b7e34a6842a3156eb22978895e971f87772cd5.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'src')
-rw-r--r--src/kscopeactions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kscopeactions.cpp b/src/kscopeactions.cpp
index e74984d..0acee42 100644
--- a/src/kscopeactions.cpp
+++ b/src/kscopeactions.cpp
@@ -252,7 +252,7 @@ void KScopeActions::init()
// Go menu
addAction(i18n("P&revious Result"),
- "up",
+ "go-up",
"Alt+Up",
m_pWindow->m_pQueryWidget,
SLOT(slotPrevResult()),
@@ -260,7 +260,7 @@ void KScopeActions::init()
SIGNAL(toggleProject(bool)));
addAction(i18n("N&ext Result"),
- "down",
+ "go-down",
"Alt+Down",
m_pWindow->m_pQueryWidget,
SLOT(slotNextResult()),