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
wilder-work
Pradeepto Bhattacharya 19 years ago
parent 7a90214f91
commit 6db336015f
  1. 10
      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"),

Loading…
Cancel
Save