Fixed encoding to CP866
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 31s
Build system / Build (pull_request) Successful in 5m19s

This commit is contained in:
2025-03-16 10:15:46 +02:00
parent 8f07bc58ec
commit 175c765505

View File

@@ -162,7 +162,7 @@ draw_window:
; draw basic elements of window
draw_base:
mcall 13, <BUT_PIP_X, BUT_PIP_H>, <BUT_PIP_Y, BUT_PIP_H>, [win_cols.work_graph]
mcall SF_DRAW_RECT, <BUT_PIP_X, BUT_PIP_H>, <BUT_PIP_Y, BUT_PIP_H>, [win_cols.work_graph]
mcall , <BUT_COL_X, BUT_COL_W>, ,
mcall , <BUT_HEX_X, BUT_HEX_W>, <BUT_HEX_Y, BUT_HEX_H>,
mcall , , <BUT_RGB_Y, BUT_HEX_H>,
@@ -493,16 +493,16 @@ BUT_REC_H = 88
;---------------------------------------------------------------------
win_cols system_colors
win_icons_name db "ICONS18W", 0
win_icons_name db 'ICONS18W', 0
win_icons dd 0x00000000
pip_icon dd 0x00000000
if lang eq ru_RU
header db '<27><><EFBFBD><EFBFBD>⪠', 0
header db '<27><><EFBFBD><EFBFBD>⪠', 0
else if lang eq es_ES
header db "Pipeta", 0
header db 'Pipeta', 0
else
header db "Pipet", 0
header db 'Pipet', 0
endf
mes_copy db ' Copied '