Merged revisions 970206 via svnmerge from

svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim

........
  r970206 | winterz | 2009-05-19 20:41:42 +0200 (Tue, 19 May 2009) | 4 lines
  
  minor nit: call the "New Template" action "use-template" instead of "use-templace"
  
  MERGE: trunk
........

svn path=/trunk/KDE/kdepim/; revision=970659
wilder-work
Thomas McGuire 17 years ago
parent fb6df28aa2
commit ea299559c9
  1. 2
      kmmainwidget.cpp

@ -3912,7 +3912,7 @@ void KMMainWidget::setupActions()
mPrintAction = KStandardAction::print (this, SLOT(slotPrintMsg()), actionCollection());
mUseAction = new KAction( KIcon("file-new"), i18n("New Message From &Template"), this );
actionCollection()->addAction("use_templace", mUseAction);
actionCollection()->addAction("use_template", mUseAction);
connect(mUseAction, SIGNAL(triggered(bool) ), SLOT(slotUseTemplate()));
mUseAction->setShortcut(QKeySequence(Qt::Key_N));

Loading…
Cancel
Save