From 766ca41cec03acd9caf378483aa4dd56a0f812de Mon Sep 17 00:00:00 2001 From: con <qtc-committer@nokia.com> Date: Wed, 10 Dec 2008 12:36:02 +0100 Subject: [PATCH] Fixes: - Give show commit dialog a window title --- src/plugins/git/changeselectiondialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp index a8a706c8472..46eab385ac8 100644 --- a/src/plugins/git/changeselectiondialog.cpp +++ b/src/plugins/git/changeselectiondialog.cpp @@ -43,6 +43,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(QWidget *parent) { m_ui.setupUi(this); connect(m_ui.repositoryButton, SIGNAL(clicked()), this, SLOT(selectWorkingDirectory())); + setWindowTitle(tr("Select a Git commit")); } void ChangeSelectionDialog::selectWorkingDirectory() -- GitLab