Bring previous and next icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent cb32155fe1
commit 1d09425a75

@ -511,10 +511,10 @@ void KBabelMW::setupActions()
,TQT_SLOT(setEnabled(bool)));
// next, the go-menu
action = new TDEAction(i18n("&Previous"), "previous",
action = new TDEAction(i18n("&Previous"), "go-previous",
TDEStdAccel::shortcut(TDEStdAccel::Prior), TQT_TQOBJECT(m_view) , TQT_SLOT(gotoPrev()),
actionCollection(),"go_prev_entry");
action = new TDEAction(i18n("&Next"), "next",
action = new TDEAction(i18n("&Next"), "go-next",
TDEStdAccel::shortcut(TDEStdAccel::Next), TQT_TQOBJECT(m_view) , TQT_SLOT(gotoNext()),
actionCollection(),"go_next_entry");
action = KStdAction::goTo(TQT_TQOBJECT(m_view), TQT_SLOT(gotoEntry()), actionCollection());

Loading…
Cancel
Save