diff --git a/kernel/branches/net/applications/tftpc/tftpc.asm b/kernel/branches/net/applications/tftpc/tftpc.asm index 8bad637eb0..ff0ef744bf 100644 --- a/kernel/branches/net/applications/tftpc/tftpc.asm +++ b/kernel/branches/net/applications/tftpc/tftpc.asm @@ -467,9 +467,10 @@ import box_lib ,\ edit_box_key ,'edit_box_key' ,\ edit_box_mouse ,'edit_box_mouse' ,\ version_ed ,'version_ed' ,\ - check_box_draw ,'check_box_draw' ,\ - check_box_mouse ,'check_box_mouse' ,\ - version_ch ,'version_ch' ,\ + init_checkbox ,'init_checkbox2' ,\ + check_box_draw ,'check_box_draw2' ,\ + check_box_mouse ,'check_box_mouse2' ,\ + version_ch ,'version_ch2' ,\ option_box_draw ,'option_box_draw' ,\ option_box_mouse ,'option_box_mouse' ,\ version_op ,'version_op'