Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 426 → Rev 425

/kernel/trunk/kernel16.inc
16,10 → 16,6
 
;% +include
 
msg_svn db " SVN ",0
msg_svn.len = $ - msg_svn
svn_num_buf rb 12
 
;!!!
if lang eq en
include "boot/booteng.inc" ; english system boot messages
33,7 → 29,7
end if
if lang eq et
include "boot/et.inc" ; Estonian font
else if lang eq ru
else
include "boot/ru.inc" ; Russian font
end if