This was SVN commit r16251.
This commit is contained in:
mimo
2015-01-30 18:15:03 +00:00
parent 7020d17886
commit ad4e995bd4
2 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -289,8 +289,7 @@ rotate.ccw = LeftBracket ; Rotate building placement preview anticlockwise
[hotkey.session.savedgames]
delete = Delete ; Delete the selected saved game asking confirmation
reallyDelete = "Shift+Delete" ; Delete the selected saved game without confirmation
noConfirmation = Shift ; Do not ask confirmation when clicking on the delete button
noConfirmation = Shift ; Do not ask confirmation when deleting a game
[hotkey.session.queueunit] ; > UNIT TRAINING
1 = "Z" ; add first unit type to queue
@@ -36,10 +36,6 @@
</action>
</object>
<object hotkey="session.savedgames.reallyDelete">
<action on="Press">deleteGameWithoutConfirmation();</action>
</object>
<object name="loadGameButton" type="button" style="StoneButton" size="66%-5 100%-60 100%-25 100%-32">
<translatableAttribute id="caption">Load</translatableAttribute>
<action on="Press">loadGame();</action>