[vlc-commits] Update the ressource files for coherency too
Jean-Baptiste Kempf
git at videolan.org
Tue May 31 22:47:23 CEST 2011
activex-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 31 22:47:11 2011 +0200| [6a2e9bda9342b20449765eec791757a993ac09f6] | committer: Jean-Baptiste Kempf
Update the ressource files for coherency too
> http://git.videolan.org/gitweb.cgi/activex-vlc.git/?a=commit;h=6a2e9bda9342b20449765eec791757a993ac09f6
---
src/axvlc_rc.rc.in | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/axvlc_rc.rc.in b/src/axvlc_rc.rc.in
index 3f339f7..298d365 100644
--- a/src/axvlc_rc.rc.in
+++ b/src/axvlc_rc.rc.in
@@ -11,14 +11,15 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
- VALUE "ProductName", "VLC media player Web Plugin\0"
+ VALUE "CompanyName", "VideoLAN"
+ VALUE "ProductName", "VLC Web Plugin\0"
VALUE "ProductVersion", "@VERSION@"
+ VALUE "InternalName", "axvlc\0"
VALUE "OriginalFilename", "axvlc.dll\0"
VALUE "FileVersion", "@VERSION@"
VALUE "FileDescription", "VLC media player (Activex Plugin)\0"
- VALUE "InternalName", "axvlc\0"
- VALUE "CompanyName", "VideoLAN"
- VALUE "LegalCopyright", "Copyright \251 @COPYRIGHT_YEARS@ VideoLAN and Authors"
+ VALUE "LegalCopyright", "Copyright \251 @COPYRIGHT_YEARS@ VideoLAN and VLC Authors"
+ VALUE "LegalTrademarks", "VLC media player, VideoLAN and x264 are registered trademarks from VideoLAN\0"
VALUE "OLESelfRegister", "\0"
END
END
More information about the vlc-commits
mailing list