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
|
||||
cmp al, 'n'
|
||||
jz .loadc
|
||||
if lang eq sp
|
||||
cmp al, 's'
|
||||
else
|
||||
cmp al, 'y'
|
||||
end if
|
||||
jnz .waityn
|
||||
call putchar
|
||||
mov byte [space_msg+80], 186
|
||||
|
Loading…
Reference in New Issue
Block a user