forked from qt-creator/qt-creator
		
	Fixes: - Give show commit dialog a window title
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user