mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
KolibriOS console window title using UTF-8 encoding
This commit is contained in:
@@ -916,7 +916,7 @@ initialization
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{$IFDEF KolibriOS}
|
{$IFDEF KolibriOS}
|
||||||
AppPath := PPKolibriChar(32)^;
|
AppPath := PPKolibriChar(32)^ + 1;
|
||||||
CmdLine := PPKolibriChar(28)^;
|
CmdLine := PPKolibriChar(28)^;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
InitKoW;
|
InitKoW;
|
||||||
|
Reference in New Issue
Block a user