FIX: Change shortcut for Exit in internal editor to Alt+X. Ctrl+X is already assigned to Edit/Cut. Issue [0000458].

This commit is contained in:
cobines 2012-05-07 17:00:55 +00:00
commit 534f35ec7c

View file

@ -1541,7 +1541,7 @@ object frmEditor: TfrmEditor
Hint = 'Exit'
ImageIndex = 12
OnExecute = actFileExitExecute
ShortCut = 16472
ShortCut = 32856
end
object actSaveAll: TAction
Category = 'File'