[Apps/Pipet] Fixed broken cyrillic encoding (once again)

This commit is contained in:
2025-03-18 15:58:28 +02:00
committed by Burer
parent 346f89bd9a
commit e7eb43571f

View File

@@ -482,7 +482,7 @@ pip_icon dd 0x00000000
col_white dd 0x00FFFFFF col_white dd 0x00FFFFFF
if lang eq ru_RU if lang eq ru_RU
header db '<27><><EFBFBD><EFBFBD>⪠', 0 header db '<27><><EFBFBD><EFBFBD>⪠', 0
else if lang eq es_ES else if lang eq es_ES
header db 'Pipeta', 0 header db 'Pipeta', 0
else else