Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1342 → Rev 1343

/programs/other/t_edit/t_edit.asm
26,6 → 26,7
include '../../develop/libraries/box_lib/trunk/tree_list.mac'
include '../../develop/libraries/box_lib/trunk/editbox.mac'
 
include 'lang.inc'
include 't_data.inc'
include 'strlen.inc'
include 't_work.inc' ;text work functions
135,13 → 136,13
call mem_Alloc
mov dword[tree1.data_img_sys],eax
 
mov [run_file_70.func_n], 0
mov [run_file_70.param1], 54
mov [run_file_70.param2], 0
;mov [run_file_70.func_n], 0
;mov [run_file_70.param1], 54
;mov [run_file_70.param2], 0
mov [run_file_70.param3], 3*256*13
mov [run_file_70.param4], eax
mov [run_file_70.rezerv], 0
mov [run_file_70.name], file_name
;mov [run_file_70.rezerv], 0
;mov [run_file_70.name], file_name
 
mov eax,70 ;load icon file
mov ebx,run_file_70
220,9 → 221,7
 
 
red_win:
mov eax,12
mov ebx,1
mcall
mcall 12,1
 
xor eax,eax
mov ebx,10*65536+485
284,9 → 283,7
mcall
@@:
 
mov eax,12
mov ebx,2
mcall
mcall 12,2
 
still:
mov eax,10
842,6 → 839,14
buf_cmd_lin db 302 dup(0)
buf_find db 302 dup(0)
 
if lang eq ru
err_message_found_lib0 db 'ˆ§¢¨­¨â¥ ­¥ 㤠«®áì ­ ©â¨ ¡¨¡«¨®â¥ªã box_lib.obj',0
head_f_i0:
head_f_l0 db '‘¨á⥬­ ï ®è¨¡ª ',0
err_message_import0 db 'Žè¨¡ª  ¯à¨ ¨¬¯®à⥠¡¨¡«¨®â¥ª¨ box_lib.obj',0
err_message_found_lib1 db 'ˆ§¢¨­¨â¥ ­¥ 㤠«®áì ­ ©â¨ ¡¨¡«¨®â¥ªã msgbox.obj',0
err_message_import1 db 'Žè¨¡ª  ¯à¨ ¨¬¯®à⥠¡¨¡«¨®â¥ª¨ msgbox.obj',0
else
err_message_found_lib0 db 'Sorry I cannot found library box_lib.obj',0
head_f_i0:
head_f_l0 db 'System error',0
850,6 → 855,7
;head_f_i1:
;head_f_l1 db 'System error',0
err_message_import1 db 'Error on load import library msgbox.obj',0
end if
 
;library structures
l_libs_start: