Merge remote-tracking branch 'origin/KDE/4.14'

Conflicts:
	kmail/kmmainwidget.cpp
wilder-work
Montel Laurent 12 years ago
commit 2e1df36c9a
  1. 2
      kmmainwidget.cpp

@ -3096,7 +3096,7 @@ void KMMainWidget::setupActions()
}
{
QAction *action = new QAction(i18n("Message Delayed..."), this);
QAction *action = new QAction(i18n("Delayed Messages..."), this);
actionCollection()->addAction(QLatin1String("message_delayed"), action );
connect(action, &QAction::triggered, this, &KMMainWidget::slotConfigureSendLater);
}

Loading…
Cancel
Save