[vlc-devel] [PATCH] activex: fix malformed VERSIONINFO structure (refs #17090)
Daniel Amm
da2424 at t-online.de
Wed Jun 29 22:01:35 CEST 2016
---
activex/axvlc_rc.rc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/activex/axvlc_rc.rc.in b/activex/axvlc_rc.rc.in
index 1a456fe..2a0ffb2 100644
--- a/activex/axvlc_rc.rc.in
+++ b/activex/axvlc_rc.rc.in
@@ -27,7 +27,7 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
- VALUE "Translation", 0x409, 1200
+ VALUE "Translation", 0x409, 1252
END
END
--
2.9.0.windows.1
More information about the vlc-devel
mailing list