forked from KolibriOS/kolibrios
Fix for r4329
git-svn-id: svn://kolibrios.org@4330 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1298bd04ab
commit
2dfd060fa5
@ -219,11 +219,11 @@ msgbox_1:
|
|||||||
if lang eq ru
|
if lang eq ru
|
||||||
db '<27>ਬ¥à',0
|
db '<27>ਬ¥à',0
|
||||||
db '‚¨¦ã',0 ;button1
|
db '‚¨¦ã',0 ;button1
|
||||||
db 0
|
|
||||||
else
|
else
|
||||||
db 'Example',0
|
db 'Example',0
|
||||||
db 'I see!',0 ;button1
|
db 'I see!',0 ;button1
|
||||||
end if
|
end if
|
||||||
|
db 0
|
||||||
msgbox_2:
|
msgbox_2:
|
||||||
dw 0
|
dw 0
|
||||||
db 'MBox 3 buttons',0 ;+2 = +MB_TEXT_OFFSET
|
db 'MBox 3 buttons',0 ;+2 = +MB_TEXT_OFFSET
|
||||||
@ -349,7 +349,7 @@ draw_square:
|
|||||||
cmp byte[sh_help],0
|
cmp byte[sh_help],0
|
||||||
je @f
|
je @f
|
||||||
push eax ebx ecx edx
|
push eax ebx ecx edx
|
||||||
mov eax,13 ;рисование прямоугольника
|
mov eax,13 ;à¨á®¢ ¨¥ ¯àאַ㣮«ì¨ª
|
||||||
mov ebx,105*65536+70
|
mov ebx,105*65536+70
|
||||||
mov ecx,15*65536+50
|
mov ecx,15*65536+50
|
||||||
mov edx,0x8080ff
|
mov edx,0x8080ff
|
||||||
|
Loading…
Reference in New Issue
Block a user