[vlc-commits] Update Win32 resource files
Jean-Baptiste Kempf
git at videolan.org
Tue May 31 22:45:47 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 31 22:40:25 2011 +0200| [91e36c893116781e3a07af8514ab654fc588ff8a] | committer: Jean-Baptiste Kempf
Update Win32 resource files
They still aren't perfectly compliant though...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91e36c893116781e3a07af8514ab654fc588ff8a
---
bin/vlc_win32_rc.rc.in | 9 +++++----
src/libvlc_win32_rc.rc.in | 12 ++++++++----
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/bin/vlc_win32_rc.rc.in b/bin/vlc_win32_rc.rc.in
index d2bb7fe..58fc5a9 100644
--- a/bin/vlc_win32_rc.rc.in
+++ b/bin/vlc_win32_rc.rc.in
@@ -13,14 +13,15 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
- VALUE "CompanyName", "the VideoLAN Team"
+ VALUE "CompanyName", "VideoLAN"
VALUE "ProductName", "VLC media player"
VALUE "ProductVersion", VERSION_NUMBER_STR
- VALUE "InternalName", ""
+ VALUE "InternalName", "vlc"
VALUE "OriginalFilename", "vlc.exe"
VALUE "FileVersion", "@VERSION@"
- VALUE "FileDescription", "VLC media player"
- VALUE "LegalCopyright", "(c) @COPYRIGHT_YEARS@ the VideoLAN Team"
+ VALUE "FileDescription", "VLC media player @VERSION@"
+ VALUE "LegalCopyright", "Copyright \251 @COPYRIGHT_YEARS@ VideoLAN and VLC Authors"
+ VALUE "LegalTrademarks", "VLC media player, VideoLAN and x264 are registered trademarks from VideoLAN"
END
END
BLOCK "VarFileInfo"
diff --git a/src/libvlc_win32_rc.rc.in b/src/libvlc_win32_rc.rc.in
index ecd58a1..8626486 100644
--- a/src/libvlc_win32_rc.rc.in
+++ b/src/libvlc_win32_rc.rc.in
@@ -1,4 +1,5 @@
#define VERSION_NUMBER @VERSION_MAJOR@, at VERSION_MINOR@, at VERSION_REVISION@, at VERSION_EXTRA_RC@
+#define VERSION_NUMBER_STR "@VERSION_MAJOR@, at VERSION_MINOR@, at VERSION_REVISION@, at VERSION_EXTRA_RC@"
1 VERSIONINFO
FILETYPE 1
@@ -10,10 +11,13 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
- VALUE "CompanyName", "the VideoLAN Team"
- VALUE "FileVersion", "@VERSION@"
- VALUE "FileDescription", "VLC media player"
- VALUE "LegalCopyright", "(c) @COPYRIGHT_YEARS@ the VideoLAN Team"
+ VALUE "CompanyName", "VideoLAN"
+ VALUE "ProductName", "VLC media player"
+ VALUE "ProductVersion", VERSION_NUMBER_STR
+ VALUE "FileVersion", "@VERSION@"
+ VALUE "FileDescription", "VLC media player @VERSION@"
+ VALUE "LegalCopyright", "Copyright \251 @COPYRIGHT_YEARS@ VideoLAN and VLC Authors"
+ VALUE "LegalTrademarks", "VLC media player, VideoLAN and x264 are registered trademarks from VideoLAN"
END
END
BLOCK "VarFileInfo"
More information about the vlc-commits
mailing list