From 334542f0ac2aeeb301d9e84aaa8a5a4db82e1d2a Mon Sep 17 00:00:00 2001 From: pathoswithin Date: Tue, 8 Dec 2015 21:59:21 +0000 Subject: [PATCH] KFM: text fix git-svn-id: svn://kolibrios.org@5951 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/fs/kfm/trunk/confirm.inc | 4 ++-- programs/fs/kfm/trunk/copy.inc | 2 +- programs/fs/kfm/trunk/creatdir.inc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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