From 87202faccf2faeea061b938df85cf974a5991041 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Thu, 6 Oct 2011 10:53:56 +0000 Subject: [PATCH] kpack colors corrected git-svn-id: svn://kolibrios.org@2273 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/kpack/trunk/kpack.asm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/programs/other/kpack/trunk/kpack.asm b/programs/other/kpack/trunk/kpack.asm index e65364113a..0f5c589e5c 100644 --- a/programs/other/kpack/trunk/kpack.asm +++ b/programs/other/kpack/trunk/kpack.asm @@ -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