forked from KolibriOS/kolibrios
slovarik and calendar windows headers fixes
git-svn-id: svn://kolibrios.org@2221 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d17706e476
commit
7c44e9f887
@ -104,16 +104,10 @@ pusha
|
|||||||
mov eax,0
|
mov eax,0
|
||||||
mov ebx,30*65536+400
|
mov ebx,30*65536+400
|
||||||
mov ecx,30*65536+170
|
mov ecx,30*65536+170
|
||||||
mov edx,0x03cccccc
|
mov edx,0x14cccccc
|
||||||
mov edi,0x00777777
|
mov edi,win_header
|
||||||
int 0x40
|
int 0x40
|
||||||
|
|
||||||
mov eax,4
|
|
||||||
mov ebx,8*65536+8
|
|
||||||
mov ecx,0xf0ffffff
|
|
||||||
mov edx,win_header
|
|
||||||
mov esi,win_header_l-win_header;8
|
|
||||||
int 0x40
|
|
||||||
|
|
||||||
mov eax,4
|
mov eax,4
|
||||||
mov ebx,10*65536+41
|
mov ebx,10*65536+41
|
||||||
@ -122,23 +116,23 @@ pusha
|
|||||||
mov esi,txtWord_l-txtWord ; 6
|
mov esi,txtWord_l-txtWord ; 6
|
||||||
int 0x40
|
int 0x40
|
||||||
|
|
||||||
mov eax,4
|
;mov eax,4
|
||||||
mov ebx,10*65536+67
|
mov ebx,10*65536+67
|
||||||
mov ecx,0x00000000
|
;mov ecx,0x00000000
|
||||||
mov edx,txtVariants
|
mov edx,txtVariants
|
||||||
mov esi,txtVariants_l-txtVariants ;9
|
mov esi,txtVariants_l-txtVariants ;9
|
||||||
int 0x40
|
int 0x40
|
||||||
|
|
||||||
mov eax,4
|
;mov eax,4
|
||||||
mov ebx,10*65536+91
|
mov ebx,10*65536+91
|
||||||
mov ecx,0x00000000
|
;mov ecx,0x00000000
|
||||||
mov edx,txtTranslate
|
mov edx,txtTranslate
|
||||||
mov esi,txtTranslate_l-txtTranslate ;8
|
mov esi,txtTranslate_l-txtTranslate ;8
|
||||||
int 0x40
|
int 0x40
|
||||||
|
|
||||||
mov eax,4
|
;mov eax,4
|
||||||
mov ebx,10*65536+115
|
mov ebx,10*65536+115
|
||||||
mov ecx,0x00000000
|
;mov ecx,0x00000000
|
||||||
mov edx,txtTranscript
|
mov edx,txtTranscript
|
||||||
mov esi,txtTranscript_l-txtTranscript ;9
|
mov esi,txtTranscript_l-txtTranscript ;9
|
||||||
int 0x40
|
int 0x40
|
||||||
@ -149,6 +143,7 @@ pusha
|
|||||||
mov edx,3
|
mov edx,3
|
||||||
mov esi,0x00dddddd
|
mov esi,0x00dddddd
|
||||||
int 0x40
|
int 0x40
|
||||||
|
|
||||||
mov eax,4
|
mov eax,4
|
||||||
mov ebx,168*65536+142
|
mov ebx,168*65536+142
|
||||||
mov ecx,0x00000000
|
mov ecx,0x00000000
|
||||||
@ -723,7 +718,7 @@ ret
|
|||||||
|
|
||||||
|
|
||||||
win_header:
|
win_header:
|
||||||
db '‘«®¢ ਪ'
|
db '‘«®¢ ਪ', 0
|
||||||
win_header_l:
|
win_header_l:
|
||||||
|
|
||||||
tr_not_found_text:
|
tr_not_found_text:
|
||||||
|
@ -1056,15 +1056,15 @@ Fkeys db 210,211,212,213,214,215,216,217,208,209,228,159
|
|||||||
|
|
||||||
title: ; áâப § £®«®¢ª
|
title: ; áâப § £®«®¢ª
|
||||||
if lang eq ru
|
if lang eq ru
|
||||||
db 'Š€‹…<EFBFBD>„€<EFBFBD>œ',0
|
db 'Š «¥¤ àì',0
|
||||||
else if lang eq ge
|
else if lang eq ge
|
||||||
db 'KALENDER',0
|
db 'Kalender',0
|
||||||
else if lang eq fr
|
else if lang eq fr
|
||||||
db 'CALENDRIER',0
|
db 'Calendrier',0
|
||||||
else if lang eq et
|
else if lang eq et
|
||||||
db 'KALENDER',0
|
db 'Kalender',0
|
||||||
else
|
else
|
||||||
db 'CALENDAR',0
|
db 'Calendar',0
|
||||||
end if
|
end if
|
||||||
|
|
||||||
if SKIP eq 0
|
if SKIP eq 0
|
||||||
|
Loading…
Reference in New Issue
Block a user