summaryrefslogtreecommitdiffstats
path: root/kmail
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 /kmail
parent8d323d590c780918828ae37788be66f7063eda67 (diff)
downloadtdepim-7c7b317942da0a203cfd000ab53cd0f2891316de.tar.gz
tdepim-7c7b317942da0a203cfd000ab53cd0f2891316de.zip
Bring previous and next icons into XDG compliance
Diffstat (limited to 'kmail')
-rw-r--r--kmail/kmmainwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmmainwidget.cpp b/kmail/kmmainwidget.cpp
index 72978bc2..6302478d 100644
--- a/kmail/kmmainwidget.cpp
+++ b/kmail/kmmainwidget.cpp
@@ -3069,7 +3069,7 @@ void KMMainWidget::setupActions()
actionCollection(), "go_next_message" );
new TDEAction( KGuiItem( i18n("Next &Unread Message"),
- TQApplication::reverseLayout() ? "previous" : "next",
+ TQApplication::reverseLayout() ? "go-previous" : "go-next",
i18n("Go to the next unread message") ),
Key_Plus, TQT_TQOBJECT(this), TQT_SLOT(slotNextUnreadMessage()),
actionCollection(), "go_next_unread_message" );
@@ -3087,7 +3087,7 @@ void KMMainWidget::setupActions()
actionCollection(), "go_prev_message" );
new TDEAction( KGuiItem( i18n("Previous Unread &Message"),
- TQApplication::reverseLayout() ? "next" : "previous",
+ TQApplication::reverseLayout() ? "go-next" : "go-previous",
i18n("Go to the previous unread message") ),
Key_Minus, TQT_TQOBJECT(this), TQT_SLOT(slotPrevUnreadMessage()),
actionCollection(), "go_prev_unread_message" );