Currently, if one activates the revert changes dialog, it has the destructive button selected as the default. This change moves the default action to "do nothing". --- git-gui/lib/index.tcl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-gui/lib/index.tcl b/git-gui/lib/index.tcl index 8efbbdd..252aa33 100644 --- a/git-gui/lib/index.tcl +++ b/git-gui/lib/index.tcl @@ -437,7 +437,7 @@ proc revert_helper {txt paths} { [mc "Any unstaged changes will be permanently lost by the revert."]" \ question \ - 1 \ + 0 \ [mc "Do Nothing"] \ [mc "Revert Changes"] \ ] -- 1.7.9.msysgit.0 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html