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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user