Mercurial > mplayer.hg
annotate osdep/mplayer.rc @ 35455:c9c79a011f6f
Fix bug with wrong track number after playlist has been cleared.
This also fixes issues with other associated information if there
is no media opened after playback.
Roughly based on a patch by Hans-Dieter Kosch, hdkosch kabelbw de.
author | ib |
---|---|
date | Sat, 01 Dec 2012 19:18:47 +0000 |
parents | 3af74fef9708 |
children | dad89f022a1a |
rev | line source |
---|---|
28744 | 1 /* |
2 * Windows resource file for MPlayer | |
3 * | |
4 * This file is part of MPlayer. | |
5 * | |
6 * MPlayer is free software; you can redistribute it and/or modify | |
7 * it under the terms of the GNU General Public License as published by | |
8 * the Free Software Foundation; either version 2 of the License, or | |
9 * (at your option) any later version. | |
10 * | |
11 * MPlayer is distributed in the hope that it will be useful, | |
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 * GNU General Public License for more details. | |
15 * | |
16 * You should have received a copy of the GNU General Public License along | |
17 * with MPlayer; if not, write to the Free Software Foundation, Inc., | |
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
19 */ | |
9944 | 20 |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28744
diff
changeset
|
21 #include <winver.h> |
26571
404f9d9e4b92
Use consistent include paths, we always build from the top level now.
diego
parents:
25555
diff
changeset
|
22 #include "version.h" |
9944 | 23 |
24 1 VERSIONINFO | |
25 FILEVERSION 0,0,9,0 | |
26 PRODUCTVERSION 0,0,9,0 | |
27 FILEOS VOS__WINDOWS32 | |
28 FILETYPE VFT_APP | |
29 { | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28744
diff
changeset
|
30 BLOCK "StringFileInfo" |
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28744
diff
changeset
|
31 { |
34020 | 32 BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP |
9944 | 33 { |
34020 | 34 VALUE "Comments","MPlayer is distributed under the terms of the GNU General Public License Version 2. Source code is available at http://www.mplayerhq.hu\000" |
9944 | 35 VALUE "CompanyName", "\000" |
12645 | 36 VALUE "FileDescription", "MPlayer - Movie Player\000" |
9944 | 37 VALUE "FileVersion",VERSION |
38 VALUE "InternalName", "Counter Counter\000" | |
34800 | 39 VALUE "LegalCopyright", " (C) 2000-2012 MPlayer Team\000" |
9944 | 40 //VALUE "LegalTrademarks"," \000"; |
41 VALUE "OriginalFilename", "mplayer.exe\000" | |
12645 | 42 VALUE "ProductName", "MPlayer - The Movie Player\000" |
9944 | 43 VALUE "ProductVersion",VERSION |
44 //VALUE "SpecialBuild","\000" | |
45 } | |
46 } | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28744
diff
changeset
|
47 BLOCK "VarFileInfo" |
9944 | 48 { |
34020 | 49 VALUE "Translation",0,0x04b0 |
9944 | 50 } |
51 } | |
52 | |
26571
404f9d9e4b92
Use consistent include paths, we always build from the top level now.
diego
parents:
25555
diff
changeset
|
53 IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico" |
31564 | 54 |
55 // for some reason RT_MANIFEST does not work | |
56 1 24 "mplayer.exe.manifest" |