old version 'check_box' deleted from 'box_lib.obj'

git-svn-id: svn://kolibrios.org@3178 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
IgorA
2013-01-17 19:25:01 +00:00
parent 881d6e5933
commit 0e11f72f02
6 changed files with 53 additions and 232 deletions

View File

@@ -61,8 +61,9 @@ load_libraries l_libs_start,load_lib_end
cmp eax,-1
je exit
push check1
call [init_checkbox]
init_checkboxes2 check1,check1_end
;push check1
;call [init_checkbox]
call clear_messages
; set default path = /RD/1/
@@ -201,9 +202,8 @@ button:
dec eax
jnz nopack
mov eax,[check1+32]
test eax,10b
jnz @f
bt dword[check1.flags],1
jc @f
call pack
jmp still