forked from KolibriOS/kolibrios
Accept key S to save settings in spanish build
git-svn-id: svn://kolibrios.org@3430 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
287ae5e937
commit
541cf8982e
@ -925,7 +925,11 @@ if ~ defined extended_primary_loader
|
|||||||
or al, 20h
|
or al, 20h
|
||||||
cmp al, 'n'
|
cmp al, 'n'
|
||||||
jz .loadc
|
jz .loadc
|
||||||
|
if lang eq sp
|
||||||
|
cmp al, 's'
|
||||||
|
else
|
||||||
cmp al, 'y'
|
cmp al, 'y'
|
||||||
|
end if
|
||||||
jnz .waityn
|
jnz .waityn
|
||||||
call putchar
|
call putchar
|
||||||
mov byte [space_msg+80], 186
|
mov byte [space_msg+80], 186
|
||||||
|
Loading…
Reference in New Issue
Block a user