CMM: ability to use Ctrl+C/Ctrl+V in EditBox for the rest apps

git-svn-id: svn://kolibrios.org@6641 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2016-10-31 12:37:22 +00:00
parent c65a0e6a0a
commit 77914283f6
6 changed files with 10 additions and 9 deletions

View File

@@ -338,7 +338,7 @@ void properties_dialog()
}
break;
}
EAX = key_ascii << 8;
EAX = key_editbox;
edit_box_key stdcall(#file_name_ed);
edit_box_key stdcall(#path_to_file_ed);
break;