Hex Editor small fix - Ctrl+S now call OpenDialog

git-svn-id: svn://kolibrios.org@1431 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2010-03-12 17:39:05 +00:00
parent f7bc5f78ab
commit 294115f043

View File

@ -188,7 +188,7 @@ key:
cmp ah,15 cmp ah,15
je open_dialog ;open_file ;Ctrl+O je open_dialog ;open_file ;Ctrl+O
cmp ah,19 cmp ah,19
je save_file ;Ctrl+S je open_dialog_save ;save_file ;Ctrl+S
cmp ah,22 cmp ah,22
je Ctrl_V ;paste je Ctrl_V ;paste
cmp ah,24 cmp ah,24