GIT_SILENT: fix comment

wilder
Laurent Montel 6 years ago
parent 6c712d61d2
commit 79b2520835
  1. 2
      src/job/fillcomposerjob.cpp
  2. 2
      src/job/opencomposerhiddenjob.cpp

@ -142,7 +142,7 @@ void FillComposerJob::slotOpenComposer()
if (mSettings.mForceShowWindow || (!mSettings.mHidden && !iCalAutoSend)) {
cWin->showAndActivateComposer();
} else {
// Always disable word wrap when we don't show the composer, since otherwise QTextEdit
// Always disable word wrap when we don't show the composer, since otherwise *TextEdit
// gets the widget size wrong and wraps much too early.
cWin->disableWordWrap();
cWin->slotSendNow();

@ -74,7 +74,7 @@ void OpenComposerHiddenJob::slotOpenComposer()
cWin->showAndActivateComposer();
} else {
// Always disable word wrap when we don't show the composer; otherwise,
// QTextEdit gets the widget size wrong and wraps much too early.
// *TextEdit gets the widget size wrong and wraps much too early.
cWin->disableWordWrap();
cWin->slotSendNow();
}

Loading…
Cancel
Save