summaryrefslogtreecommitdiffstats
path: root/knode
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 21:45:20 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 21:45:20 -0500
commit7c7b317942da0a203cfd000ab53cd0f2891316de (patch)
treefdad7383ec498a7a56808e193227fee08590ff8c /knode
parent8d323d590c780918828ae37788be66f7063eda67 (diff)
downloadtdepim-7c7b317942da0a203cfd000ab53cd0f2891316de.tar.gz
tdepim-7c7b317942da0a203cfd000ab53cd0f2891316de.zip
Bring previous and next icons into XDG compliance
Diffstat (limited to 'knode')
-rw-r--r--knode/knmainwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/knmainwidget.cpp b/knode/knmainwidget.cpp
index cd7ceb34..459b01c7 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),