KFM: text fix

git-svn-id: svn://kolibrios.org@5951 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin 2015-12-08 21:59:21 +00:00
parent 9e25eb78da
commit 334542f0ac
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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