[gitg] Align discard button on the right



commit 1a3fe91a74418a62de0752beaffa82db15436e7a
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sun Jul 13 20:06:34 2014 +0200

    Align discard button on the right

 gitg/commit/gitg-commit.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/commit/gitg-commit.vala b/gitg/commit/gitg-commit.vala
index 263845f..841bd7d 100644
--- a/gitg/commit/gitg-commit.vala
+++ b/gitg/commit/gitg-commit.vala
@@ -789,8 +789,8 @@ namespace GitgCommit
                        q.message_type = Gtk.MessageType.QUESTION;
 
                        q.responses = new GitgExt.UserQueryResponse[] {
+                               new GitgExt.UserQueryResponse(_("_Cancel"), Gtk.ResponseType.CANCEL),
                                new GitgExt.UserQueryResponse(_("Discard"), Gtk.ResponseType.OK),
-                               new GitgExt.UserQueryResponse(_("_Cancel"), Gtk.ResponseType.CANCEL)
                        };
 
                        q.default_response = Gtk.ResponseType.OK;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]