Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 539 → Rev 592

/programs/develop/tinypad/trunk/tinypad.asm
19,6 → 19,9
; - other bug-fixes and speed/size optimizations
;
; HISTORY:
; 4.0.5 (mike.dld and Rus)
; bug-fixes:
; - a new tab is created when opening a file from folder of tinypad
; 4.0.4 (mike.dld)
; bug-fixes:
; - statusbar contained hint after dialog operation cancelled
/programs/develop/tinypad/trunk/tp-files.asm
194,8 → 194,8
mov ecx,eax
cmp [tab_bar.Items.Count],1
jne @f
cmp [cur_editor.FilePath],'/'
je @f
cmp [cur_editor.FilePath],0
jne @f
cmp [cur_editor.Modified],0
jne @f
mov ebp,cur_editor