summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-23 01:44:09 +0200
committerwm4 <wm4@nowhere>2013-09-23 01:44:09 +0200
commitee57f7fdae88c00b2d12b424fae2494b97ef4757 (patch)
tree50555f092bf9d71246bdd9ab90c51a083d294d21
parentddca41bd54e2415b2ce1c909dedab7e9d062e46d (diff)
downloadmpv-ee57f7fdae88c00b2d12b424fae2494b97ef4757.tar.bz2
mpv-ee57f7fdae88c00b2d12b424fae2494b97ef4757.tar.xz
win32: edit resource files, in particular set CompanyName
Setting CompanyName (probably) helps with issue #256. Update some other fields as well, because why not. (They're full of MPlayer remnants.)
-rw-r--r--osdep/mpv.exe.manifest2
-rw-r--r--osdep/mpv.rc8
2 files changed, 5 insertions, 5 deletions
diff --git a/osdep/mpv.exe.manifest b/osdep/mpv.exe.manifest
index c30993e80c..41e28caf82 100644
--- a/osdep/mpv.exe.manifest
+++ b/osdep/mpv.exe.manifest
@@ -3,7 +3,7 @@
<assemblyIdentity
version="0.0.9.0"
processorArchitecture="*"
- name="mpv - The Movie Player"
+ name="mpv - video player"
type="win32"
/>
<description>mpv - The Movie Player</description>
diff --git a/osdep/mpv.rc b/osdep/mpv.rc
index f845d5362a..789fef1c70 100644
--- a/osdep/mpv.rc
+++ b/osdep/mpv.rc
@@ -32,13 +32,13 @@ FILETYPE VFT_APP
BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
{
VALUE "Comments","mpv is distributed under the terms of the GNU General Public License Version 3.\000"
- VALUE "CompanyName", "\000"
- VALUE "FileDescription", "mpv - Movie Player\000"
+ VALUE "CompanyName", "mpv\000"
+ VALUE "FileDescription", "mpv - video player\000"
VALUE "FileVersion",VERSION
- VALUE "LegalCopyright", " (C) 2000-2013 MPlayer Team and others\000"
+ VALUE "LegalCopyright", " (C) 2000-2013 mpv/mplayer2/MPlayer\000"
//VALUE "LegalTrademarks"," \000";
VALUE "OriginalFilename", "mpv.exe\000"
- VALUE "ProductName", "mpv - The Movie Player\000"
+ VALUE "ProductName", "mpv - video player\000"
VALUE "ProductVersion",VERSION
//VALUE "SpecialBuild","\000"
}