Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7582 → Rev 7583

/programs/other/t_edit/t_edit.asm
70,6 → 70,8
stdcall [ted_init], tedit0
stdcall [tl_data_init], tree1
option_boxes_set_sys_color sc,opt_grlist1
init_checkboxes2 check_boxes,check_boxes_end
check_boxes_set_sys_color2 check_boxes,check_boxes_end,sc
 
; OpenDialog initialisation
stdcall [OpenDialog_Init],OpenDialog_data
243,6 → 245,7
jne @f
stdcall [edit_box_mouse], edit_find
stdcall [option_box_mouse], opt_grlist1
stdcall [check_box_mouse], ch1
@@:
cmp byte[tedit0.panel_id],TED_PANEL_REPLACE
jne @f