From ea299559c96cd952b8420d7c31f1cacbfdfd54e5 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Wed, 20 May 2009 14:33:23 +0000 Subject: [PATCH] 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 --- kmmainwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmmainwidget.cpp b/kmmainwidget.cpp index c74c32411..60db4bdd0 100644 --- a/kmmainwidget.cpp +++ b/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));