summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-09 20:44:09 +0100
committerwm4 <wm4@nowhere>2015-02-09 20:44:09 +0100
commit55952514475ad16c52277e2af346424517ffebbf (patch)
tree64c25825492d4764c01357f0ba9a10d906b8324e
parent2187323e5830600b0fd2ecf022bb8b2dbb12d8ac (diff)
downloadmpv-55952514475ad16c52277e2af346424517ffebbf.tar.bz2
mpv-55952514475ad16c52277e2af346424517ffebbf.tar.xz
win32: fix/change application name
Pointed out in #935 (again).
-rw-r--r--osdep/mpv.exe.manifest2
-rw-r--r--osdep/mpv.rc4
2 files changed, 3 insertions, 3 deletions
diff --git a/osdep/mpv.exe.manifest b/osdep/mpv.exe.manifest
index 41e28caf82..f7a45d6530 100644
--- a/osdep/mpv.exe.manifest
+++ b/osdep/mpv.exe.manifest
@@ -3,7 +3,7 @@
<assemblyIdentity
version="0.0.9.0"
processorArchitecture="*"
- name="mpv - video player"
+ name="mpv"
type="win32"
/>
<description>mpv - The Movie Player</description>
diff --git a/osdep/mpv.rc b/osdep/mpv.rc
index 97c839c330..4a9d611bd7 100644
--- a/osdep/mpv.rc
+++ b/osdep/mpv.rc
@@ -33,12 +33,12 @@ FILETYPE VFT_APP
{
VALUE "Comments","mpv is distributed under the terms of the GNU General Public License Version 2 or later.\000"
VALUE "CompanyName", "mpv\000"
- VALUE "FileDescription", "mpv - video player\000"
+ VALUE "FileDescription", "mpv\000"
VALUE "FileVersion",VERSION
VALUE "LegalCopyright", " (C) 2000-2015 mpv/mplayer2/MPlayer\000"
//VALUE "LegalTrademarks"," \000";
VALUE "OriginalFilename", "mpv.exe\000"
- VALUE "ProductName", "mpv - video player\000"
+ VALUE "ProductName", "mpv\000"
VALUE "ProductVersion",VERSION
//VALUE "SpecialBuild","\000"
}