wilder-work
Montel Laurent 12 years ago
parent 919c5f3d43
commit 901801c6fe
  1. 2
      widgets/displaymessageformatactionmenu.cpp

@ -48,7 +48,7 @@ DisplayMessageFormatActionMenu::DisplayMessageFormatActionMenu(QObject *parent)
subMenu->addAction(act);
connect(act, SIGNAL(triggered(bool)), this, SLOT(slotChangeDisplayMessageFormat()));
act = new KToggleAction(i18n("Use KMail global setting"), this);
act = new KToggleAction(i18n("Use Global Setting"), this);
act->setObjectName(QLatin1String("use-global-setting-action"));
act->setData(MessageViewer::Viewer::UseGlobalSetting);
connect(act, SIGNAL(triggered(bool)), this, SLOT(slotChangeDisplayMessageFormat()));

Loading…
Cancel
Save