Fixes: - Give show commit dialog a window title

This commit is contained in:
con
2008-12-10 12:36:02 +01:00
parent 7a4ef123ef
commit 766ca41cec

View File

@@ -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()