Skip to content

Commit cf3e9bf

Browse files
olafkryusveikkos
authored andcommitted
Fix box title name for CPU jumper select
1 parent 8f77f3d commit cf3e9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SJ3INFO.PAS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ begin
18051805
fillbox(74,79,246,133,248);
18061806
fillbox(75,80,245,132,243);
18071807

1808-
writefont(85,85,lstr(219));
1808+
writefont(85,85,lstr(220));
18091809
fontcolor(241);
18101810
writefont(85,95,lstr(150));
18111811

0 commit comments

Comments
 (0)