wilder-work
Montel Laurent 8 years ago
parent 66b0dec43e
commit ed2b4ead73
  1. 2
      src/editor/kmcomposerwin.cpp

@ -1338,7 +1338,7 @@ void KMComposerWin::setupActions(void)
mComposerBase->editor()->createActions(actionCollection());
mFollowUpToggleAction = new KToggleAction(i18n("Create Follow Up Reminder..."), this);
mFollowUpToggleAction = new KToggleAction(QIcon::fromTheme(QStringLiteral("appointment-new")), i18n("Create Follow Up Reminder..."), this);
actionCollection()->addAction(QStringLiteral("follow_up_mail"), mFollowUpToggleAction);
connect(mFollowUpToggleAction, &KToggleAction::triggered, this, &KMComposerWin::slotFollowUpMail);
mFollowUpToggleAction->setEnabled(FollowUpReminder::FollowUpReminderUtil::followupReminderAgentEnabled());

Loading…
Cancel
Save