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 {
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";
}

Loading…
Cancel
Save