From 6db336015fc6e6292716033bf225f02f305946a8 Mon Sep 17 00:00:00 2001 From: Pradeepto Bhattacharya Date: Thu, 17 May 2007 15:32:29 +0000 Subject: [PATCH] Merge ... SVN commit 627763 by winterz: merge SVN commit 627761 by winterz: Fix bug "Add icons for context menu on address in readerwin" Thanks for the patch Mikolaj. ey, we only took 3+ years to commit it! :) BUGS: 66740 svn path=/branches/kdepim/enterprise/kdepim/; revision=665665 --- kmreaderwin.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kmreaderwin.cpp b/kmreaderwin.cpp index 4efa3ef76..0d31a94ee 100644 --- a/kmreaderwin.cpp +++ b/kmreaderwin.cpp @@ -636,13 +636,13 @@ void KMReaderWin::createActions( KActionCollection * ac ) { mSelectEncodingAction->setItems( encodings ); mSelectEncodingAction->setCurrentItem( 0 ); - mMailToComposeAction = new KAction( i18n("New Message To..."), 0, this, - SLOT(slotMailtoCompose()), ac, + mMailToComposeAction = new KAction( i18n("New Message To..."), "mail_new", + 0, this, SLOT(slotMailtoCompose()), ac, "mailto_compose" ); - mMailToReplyAction = new KAction( i18n("Reply To..."), 0, this, - SLOT(slotMailtoReply()), ac, + mMailToReplyAction = new KAction( i18n("Reply To..."), "mail_reply", + 0, this, SLOT(slotMailtoReply()), ac, "mailto_reply" ); - mMailToForwardAction = new KAction( i18n("Forward To..."), + mMailToForwardAction = new KAction( i18n("Forward To..."), "mail_forward", 0, this, SLOT(slotMailtoForward()), ac, "mailto_forward" ); mAddAddrBookAction = new KAction( i18n("Add to Address Book"),