Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4990 → Rev 4991

/programs/other/t_edit/t_edit.asm
229,6 → 229,8
align 4
still:
mcall 10
cmp dword[exit_code],1
je button.exit
 
cmp al,1 ;¨§¬¥­¨«®áì ¯®«®¦¥­¨¥ ®ª­ 
jz red_win
482,10 → 484,13
cmp ah,1
jne still
.exit:
cmp dword[exit_code],1
je @f
stdcall [ted_can_save], tedit0
cmp al,1
jne @f
stdcall [mb_create],msgbox_8,thread ;message: save changes in file?
stdcall [mb_create],msgbox_2,thread ;message: save changes in file?
stdcall [mb_setfunctions],msgbox_2E_funct
jmp still
@@:
stdcall mem.Free,[bmp_icon]