From 3ce85db085182ce7626879501d6c931aa3850e4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 Oct 2014 21:45:12 -0500 Subject: [PATCH] Bring previous and next icons into XDG compliance --- bibletime/util/cresmgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bibletime/util/cresmgr.cpp b/bibletime/util/cresmgr.cpp index 0b848db..79828ac 100644 --- a/bibletime/util/cresmgr.cpp +++ b/bibletime/util/cresmgr.cpp @@ -387,14 +387,14 @@ namespace CResMgr { namespace backInHistory { TQString tooltip; - const TQString icon = "previous"; + const TQString icon = "go-previous"; const TDEShortcut accel = TQt::ALT + TQt::Key_Left; const char* actionName = "window_history_back_action"; } namespace forwardInHistory { TQString tooltip; - const TQString icon = "next"; + const TQString icon = "go-next"; const TDEShortcut accel = TQt::ALT + TQt::Key_Right; const char* actionName = "window_history_forward_action"; }