mail_new is the name of the icon for "New Message.."

svn path=/trunk/KDE/kdepim/; revision=627765
wilder-work
Allen Winter 19 years ago
parent 3c139ec113
commit 0bbc7969ab
  1. 2
      kmreaderwin.cpp

@ -597,7 +597,7 @@ void KMReaderWin::createActions( KActionCollection * ac ) {
mSelectEncodingAction->setCurrentItem( 0 );
mMailToComposeAction = new KAction(i18n("New Message To..."), this);
ac->addAction("mailto_compose", mMailToComposeAction );
ac->addAction("mail_new", mMailToComposeAction );
connect(mMailToComposeAction, SIGNAL(triggered(bool) ), SLOT(slotMailtoCompose()));
mMailToReplyAction = new KAction(i18n("Reply To..."), this);
ac->addAction("mailto_reply", mMailToReplyAction );

Loading…
Cancel
Save