VCS[git]: Fix change dialog.

This commit is contained in:
Friedemann Kleint
2010-11-15 12:06:09 +01:00
parent 3b177facce
commit e2ec9b03f2
2 changed files with 4 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(QWidget *parent)
: QDialog(parent)
{
m_ui.setupUi(this);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
connect(m_ui.repositoryButton, SIGNAL(clicked()), this, SLOT(selectWorkingDirectory()));
setWindowTitle(tr("Select a Git Commit"));
}