forked from KolibriOS/kolibrios
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user