Merge remote-tracking branch 'origin/3.4'

This commit is contained in:
Eike Ziller
2015-03-19 16:00:28 +01:00
94 changed files with 661 additions and 436 deletions

View File

@@ -326,7 +326,7 @@ QWidget *DiffEditor::toolBar()
m_contextLabel = new QLabel(m_toolBar);
m_contextLabel->setText(tr("Context Lines:"));
m_contextLabel->setText(tr("Context lines:"));
m_contextLabel->setContentsMargins(6, 0, 6, 0);
m_toolBar->addWidget(m_contextLabel);