diff --git a/programs/fs/kfm/trunk/confirm.inc b/programs/fs/kfm/trunk/confirm.inc index 2cec975431..836d688e6e 100644 --- a/programs/fs/kfm/trunk/confirm.inc +++ b/programs/fs/kfm/trunk/confirm.inc @@ -103,9 +103,9 @@ draw_confirmation_menu: pop ecx ebx shr ecx,16 mov bx,cx - add ebx,15 shl 16+5 + add ebx,7 shl 16+2 mcall 4,,0x90ffffff,[confirmation_type] - add ebx,7 shl 16+20 + add ebx,15 shl 16+20 mcall ,,,type_yes add ebx,56 shl 16 mcall ,,,type_no diff --git a/programs/fs/kfm/trunk/copy.inc b/programs/fs/kfm/trunk/copy.inc index 34411e7b4e..6833628780 100644 --- a/programs/fs/kfm/trunk/copy.inc +++ b/programs/fs/kfm/trunk/copy.inc @@ -195,7 +195,7 @@ draw_editbox_copy_name: shr ecx,16 mov bx,cx - add ebx,60 shl 16+5 + add ebx,60 shl 16+1 cmp [move_file_flag],0 je .copy mov edx,move_type_1 diff --git a/programs/fs/kfm/trunk/creatdir.inc b/programs/fs/kfm/trunk/creatdir.inc index 922cf71af8..ae9d4490c5 100644 --- a/programs/fs/kfm/trunk/creatdir.inc +++ b/programs/fs/kfm/trunk/creatdir.inc @@ -117,7 +117,7 @@ draw_create_dir: shr ecx,16 mov bx,cx - add ebx,30 shl 16+5 + add ebx,30 shl 16+1 mcall 4, ,0x90ffffff,create_dir ;[confirmation_type] add ebx,48 shl 16+36 mov edx,type_yes