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));