From 7dc19b46eddd782cdd49dcdf7332fa84d9f15902 Mon Sep 17 00:00:00 2001
From: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Date: Thu, 16 Jan 2014 11:25:55 +0200
Subject: [PATCH] Git: Set a title for change selection dialog

Lost in 13a0b348b

Change-Id: Id798c849cd30c44db1e16d14ddfba4c78a77e2f2
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
---
 src/plugins/git/changeselectiondialog.ui | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/plugins/git/changeselectiondialog.ui b/src/plugins/git/changeselectiondialog.ui
index 8fe291169fa..10ddde79abc 100644
--- a/src/plugins/git/changeselectiondialog.ui
+++ b/src/plugins/git/changeselectiondialog.ui
@@ -10,6 +10,9 @@
     <height>350</height>
    </rect>
   </property>
+  <property name="windowTitle">
+   <string>Select a Git Commit</string>
+  </property>
   <layout class="QGridLayout" name="gridLayout">
    <property name="sizeConstraint">
     <enum>QLayout::SetDefaultConstraint</enum>
-- 
GitLab