forked from KolibriOS/kolibrios
4.0.5 (Rus)
bug-fixes: - correct call save-dialog for saving new files or files from folder of tinypad new features: - added prompt to save file before closing - added close tab button git-svn-id: svn://kolibrios.org@595 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -197,7 +197,30 @@ func draw_main_menu ;/////////////////////////////////////////////////////////
|
||||
jmp @b
|
||||
|
||||
.exit:
|
||||
mov eax, 8
|
||||
mov bx, word [mainwnd_pos.w]
|
||||
sub bx, 25
|
||||
shl ebx, 16
|
||||
add ebx, 12
|
||||
|
||||
mov ecx, 3 * 65536 + 12
|
||||
mov edx, 177
|
||||
mov esi, 0x00bcbec6
|
||||
int 0x40
|
||||
|
||||
;mov eax, 4
|
||||
shr eax, 1
|
||||
sub ebx, -4 * 65536
|
||||
mov bx, 6
|
||||
mov ecx, 0
|
||||
mov edx, cross
|
||||
mov esi, 1
|
||||
int 0x40
|
||||
|
||||
ret
|
||||
|
||||
cross:
|
||||
db 'X'
|
||||
endf
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user