From 5aa5666cc9b8b9a6ee87e5acbee66f3001456538 Mon Sep 17 00:00:00 2001 From: Burer Date: Mon, 17 Mar 2025 19:28:50 +0200 Subject: [PATCH] [Apps/Pipet] Fixed header encoding --- programs/other/pipet/pipet.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/other/pipet/pipet.asm b/programs/other/pipet/pipet.asm index 5ed554458..f155116a2 100644 --- a/programs/other/pipet/pipet.asm +++ b/programs/other/pipet/pipet.asm @@ -499,7 +499,7 @@ win_icons dd 0x00000000 pip_icon dd 0x00000000 if lang eq ru_RU - header db '����⪠', 0 + header db '⪠', 0 else if lang eq es_ES header db 'Pipeta', 0 else