Skip to content

Commit 970beda

Browse files
committed
Update raylib_game.rc
1 parent d601b23 commit 970beda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/raylib_game.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ PRODUCTVERSION 1,0,0,0
66
BEGIN
77
BLOCK "StringFileInfo"
88
BEGIN
9-
//BLOCK "080904E4" // English UK
10-
BLOCK "040904E4" // English US
9+
//BLOCK "080904E4" // English UK
10+
BLOCK "040904E4" // English US
1111
BEGIN
12-
VALUE "CompanyName", "raylib technologies"
12+
VALUE "CompanyName", "raylib technologies"
1313
VALUE "FileDescription", "raylib-game | A great game"
1414
VALUE "FileVersion", "1.0"
1515
VALUE "InternalName", "raylib-game"
@@ -21,7 +21,7 @@ BEGIN
2121
END
2222
BLOCK "VarFileInfo"
2323
BEGIN
24-
//VALUE "Translation", 0x809, 1252 // English UK
25-
VALUE "Translation", 0x409, 1252 // English US
24+
//VALUE "Translation", 0x809, 1252 // English UK
25+
VALUE "Translation", 0x409, 1252 // English US
2626
END
2727
END

0 commit comments

Comments
 (0)