summaryrefslogtreecommitdiffstats
path: root/osdep/mpv.rc
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 /osdep/mpv.rc
parent2187323e5830600b0fd2ecf022bb8b2dbb12d8ac (diff)
downloadmpv-55952514475ad16c52277e2af346424517ffebbf.tar.bz2
mpv-55952514475ad16c52277e2af346424517ffebbf.tar.xz
win32: fix/change application name
Pointed out in #935 (again).
Diffstat (limited to 'osdep/mpv.rc')
-rw-r--r--osdep/mpv.rc4
1 files changed, 2 insertions, 2 deletions
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"
}