Git: Remove "Sign off" shortcut from submit editor

The new "Sign off" option in Git submit editor had
the shortcut Alt+S, which conflicted with the shortcut
for "Diff Selected Files".

As "Sign off" will most likey be used seldom, the
shortcut is removed.

Change-Id: Id7763277da304834e9dc5d850272dd5fc207fcb9
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Max Blagay
2017-01-22 10:47:12 +01:00
committed by Orgad Shaneh
parent 8d3c886780
commit 213bfe9e9c

View File

@@ -148,7 +148,7 @@
<item>
<widget class="QCheckBox" name="signOffCheckBox">
<property name="text">
<string>&amp;Sign off</string>
<string>Sign off</string>
</property>
</widget>
</item>