[vlc-commits] activex: fix malformed VERSIONINFO structure (refs #17090)
Daniel Amm
git at videolan.org
Thu Jun 30 09:18:52 CEST 2016
npapi-vlc | branch: master | Daniel Amm <da2424 at t-online.de> | Wed Jun 29 22:01:35 2016 +0200| [337d64dab0b61d3f537ff4ddf4ce6fb1abe4b08c] | committer: Jean-Baptiste Kempf
activex: fix malformed VERSIONINFO structure (refs #17090)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> https://code.videolan.org/videolan/npapi-vlc/commit/337d64dab0b61d3f537ff4ddf4ce6fb1abe4b08c
---
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
More information about the vlc-commits
mailing list