Fixed junk draw at the bottom of Setup application window

git-svn-id: svn://kolibrios.org@4825 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
gtament 2014-04-12 19:42:03 +00:00
parent 4f36d073fd
commit a155b45b97

View File

@ -3,6 +3,11 @@
;; DEVICE SETUP ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; version: 1.16
; last update: 12/04/2014
; changed by: Yurii Shevtsov, aka gtament
; changes: Fixed junk draw at the bottom of window
;---------------------------------------------------------------------
; version: 1.15
; last update: 20/04/2012
; changed by: Marat Zakiyanov aka Mario79, aka Mario
@ -34,7 +39,7 @@ format binary as ""
dd boot_param ; boot parameters
dd 0x0 ; path
;-------------------------------------------------------------------------------
include '..\..\..\macros.inc'
include '../../../macros.inc'
;-------------------------------------------------------------------------------
LLL equ (56+3)
BBB equ 25
@ -830,7 +835,7 @@ textet:
db 'SPEAKER disabled : VÄL. - + Kinnita '
db 'MÄRKUS: Kinnita kõik'
db 'SALVESTA SEADED ENNE KOLIBRIST VÄLJUMIST Salvesta kõik'
text2_strings = 3
text2_strings = 2
;-------------------------------------------------------------------------------
title db 'System setup',0