diff options
Diffstat (limited to 'knode')
-rw-r--r-- | knode/knmainwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/knmainwidget.cpp b/knode/knmainwidget.cpp index cd7ceb347..459b01c7c 100644 --- a/knode/knmainwidget.cpp +++ b/knode/knmainwidget.cpp @@ -549,10 +549,10 @@ void KNMainWidget::initActions() mArticleViewer->setCharsetKeyboardAction()->plugAccel(a_ccel); //navigation - a_ctNavNextArt = new TDEAction( KGuiItem(i18n("&Next Article"), "next", + a_ctNavNextArt = new TDEAction( KGuiItem(i18n("&Next Article"), "go-next", i18n("Go to next article")), "N;Right", TQT_TQOBJECT(h_drView), TQT_SLOT(nextArticle()), actionCollection(), "go_nextArticle" ); - a_ctNavPrevArt = new TDEAction( KGuiItem(i18n("&Previous Article"), "previous", + a_ctNavPrevArt = new TDEAction( KGuiItem(i18n("&Previous Article"), "go-previous", i18n("Go to previous article")), "P;Left" , TQT_TQOBJECT(h_drView), TQT_SLOT(prevArticle()), actionCollection(), "go_prevArticle" ); a_ctNavNextUnreadArt = new TDEAction(i18n("Next Unread &Article"), "1rightarrow", ALT+SHIFT+Key_Space , TQT_TQOBJECT(this), |