diff --git a/programs/other/kpack/trunk/const_var.inc b/programs/other/kpack/trunk/const_var.inc index 86adfb7d79..f75bb4eaa6 100644 --- a/programs/other/kpack/trunk/const_var.inc +++ b/programs/other/kpack/trunk/const_var.inc @@ -202,7 +202,8 @@ editboxes_end: mouse_dd dd 0 ;--------------------------------------------------------------------- -check1 check_box 353,40,4,10,0x80ffffff,0,0,check_text,6 +check1 check_box 353,40,4,10,0x80FFFFFF,0,0,check_text,6 +check1_end: check_text db 'Kernel',0 ;********************************************************************* diff --git a/programs/other/kpack/trunk/kpack.asm b/programs/other/kpack/trunk/kpack.asm index d646c5be0b..e65364113a 100644 --- a/programs/other/kpack/trunk/kpack.asm +++ b/programs/other/kpack/trunk/kpack.asm @@ -72,6 +72,7 @@ load_libraries l_libs_start,load_lib_end mcall 48,3,color_table,40 ;-------------------------------------- edit_boxes_set_sys_color edit1,editboxes_end,color_table +check_boxes_set_sys_color check1,check1_end,color_table ;-------------------------------------- xor eax,eax cmp [params],al