npapi-vlc | branch: master | Daniel Amm <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
