Branch: master

36b7e34a 2014-10-13 00:13:00 Timothy Pearson
Bring up, down, top, and bottom icons into XDG compliance
M src/kscopeactions.cpp
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 @@
 
 	// Go menu
 	addAction(i18n("P&revious Result"),
-		"up",
+		"go-up",
 		"Alt+Up", 
 		m_pWindow->m_pQueryWidget,
 		SLOT(slotPrevResult()),
@@ -260,7 +260,7 @@
 		SIGNAL(toggleProject(bool)));
 	
 	addAction(i18n("N&ext Result"),
-		"down",
+		"go-down",
 		"Alt+Down",
 		m_pWindow->m_pQueryWidget,
 		SLOT(slotNextResult()),