diff --git a/programs/system/vrr/trunk/vrr.asm b/programs/system/vrr/trunk/vrr.asm index 3f4a92fd35..e6ef0008d6 100644 --- a/programs/system/vrr/trunk/vrr.asm +++ b/programs/system/vrr/trunk/vrr.asm @@ -200,7 +200,7 @@ dw_continue: mov eax,0 ; function 0 : define and draw window mov ebx,100*65536+400 ; [x start] *65536 + [x size] mov ecx,100*65536+200 ; [y start] *65536 + [y size] - mov edx,0x130020C0;0x00000040 ; color of work area RRGGBB,8->color glide + mov edx,0x140020C0;0x00000040 ; color of work area RRGGBB,8->color glide mov edi,title mcall