Bring previous and next icons into XDG compliance

r14.0.x
Timothy Pearson 10 years ago
parent cd7ee86654
commit 3ce85db085

@ -387,14 +387,14 @@ namespace CResMgr {
namespace backInHistory { namespace backInHistory {
TQString tooltip; TQString tooltip;
const TQString icon = "previous"; const TQString icon = "go-previous";
const TDEShortcut accel = TQt::ALT + TQt::Key_Left; const TDEShortcut accel = TQt::ALT + TQt::Key_Left;
const char* actionName = "window_history_back_action"; const char* actionName = "window_history_back_action";
} }
namespace forwardInHistory { namespace forwardInHistory {
TQString tooltip; TQString tooltip;
const TQString icon = "next"; const TQString icon = "go-next";
const TDEShortcut accel = TQt::ALT + TQt::Key_Right; const TDEShortcut accel = TQt::ALT + TQt::Key_Right;
const char* actionName = "window_history_forward_action"; const char* actionName = "window_history_forward_action";
} }

Loading…
Cancel
Save