forked from KolibriOS/kolibrios
kpack colors corrected
git-svn-id: svn://kolibrios.org@2273 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
23bff083d9
commit
87202faccf
@ -527,18 +527,20 @@ draw_buttons:
|
||||
; text on settings buttons
|
||||
mov ebx,9 shl 16+5
|
||||
mov al,4
|
||||
mov ecx,[color_table+28]
|
||||
mov ecx,[color_table+32]
|
||||
push buttons1names
|
||||
pop edx
|
||||
push 8
|
||||
pop esi
|
||||
;--------------------------------------
|
||||
@@:
|
||||
mcall
|
||||
add edx,esi
|
||||
add ebx,16
|
||||
cmp [edx-6],byte ' '
|
||||
jnz @b
|
||||
mcall
|
||||
add edx,esi
|
||||
add ebx,16
|
||||
mov ecx,[color_table+28]
|
||||
mcall
|
||||
; text on compress and decompress buttons
|
||||
or ecx,80000000h
|
||||
mcall ,<367,7>,,aCompress
|
||||
|
Loading…
Reference in New Issue
Block a user