From 0ab5d31ac72c37ed10d5123f1f144b7e2ab861e9 Mon Sep 17 00:00:00 2001 From: IgorA Date: Thu, 17 Jan 2013 20:06:52 +0000 Subject: [PATCH] correct import function names git-svn-id: svn://kolibrios.org@3179 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/applications/tftpc/tftpc.asm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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'