kpack colors corrected

git-svn-id: svn://kolibrios.org@2273 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-10-06 10:53:56 +00:00
parent 23bff083d9
commit 87202faccf

View File

@ -527,18 +527,20 @@ draw_buttons:
; text on settings buttons ; text on settings buttons
mov ebx,9 shl 16+5 mov ebx,9 shl 16+5
mov al,4 mov al,4
mov ecx,[color_table+28] mov ecx,[color_table+32]
push buttons1names push buttons1names
pop edx pop edx
push 8 push 8
pop esi pop esi
;-------------------------------------- ;--------------------------------------
@@:
mcall mcall
add edx,esi add edx,esi
add ebx,16 add ebx,16
cmp [edx-6],byte ' ' mcall
jnz @b add edx,esi
add ebx,16
mov ecx,[color_table+28]
mcall
; text on compress and decompress buttons ; text on compress and decompress buttons
or ecx,80000000h or ecx,80000000h
mcall ,<367,7>,,aCompress mcall ,<367,7>,,aCompress