Skip to content
Snippets Groups Projects
Commit 766ca41c authored by con's avatar con
Browse files

Fixes: - Give show commit dialog a window title

parent 7a4ef123
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(QWidget *parent) ...@@ -43,6 +43,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(QWidget *parent)
{ {
m_ui.setupUi(this); m_ui.setupUi(this);
connect(m_ui.repositoryButton, SIGNAL(clicked()), this, SLOT(selectWorkingDirectory())); connect(m_ui.repositoryButton, SIGNAL(clicked()), this, SLOT(selectWorkingDirectory()));
setWindowTitle(tr("Select a Git commit"));
} }
void ChangeSelectionDialog::selectWorkingDirectory() void ChangeSelectionDialog::selectWorkingDirectory()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment