aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/changeselectiondialog.h
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@digia.com>2013-05-06 15:49:21 +0200
committerNikolai Kosjar <nikolai.kosjar@digia.com>2013-05-06 16:15:41 +0200
commitb3033381cb86d5cadb205710bcec3075f8df78b1 (patch)
treee8e4a056e19e4aec17c127e02a5ea50538bee9b9 /src/plugins/git/changeselectiondialog.h
parentfd0cf19cfbbeb32ddd8a81c9558a767d7056248c (diff)
Git: Rename "Cancel" to "Close" in ChangeSelectionDialog
Change-Id: Ib3dbfa8c3dc3b187d53ad004ffab29fb87c9aa2c Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
Diffstat (limited to 'src/plugins/git/changeselectiondialog.h')
-rw-r--r--src/plugins/git/changeselectiondialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h
index 3556b088e8b..e850570369b 100644
--- a/src/plugins/git/changeselectiondialog.h
+++ b/src/plugins/git/changeselectiondialog.h
@@ -89,7 +89,7 @@ private:
QPushButton *m_cherryPickButton;
QPushButton *m_revertButton;
QPushButton *m_checkoutButton;
- QPushButton *m_cancelButton;
+ QPushButton *m_closeButton;
QPlainTextEdit *m_detailsText;
ChangeCommand m_command;