Added new icon and fixed icon loading
[mplayer/kovensky.git] / osdep / mplayer.rc
blob2123d872567a8df9c16d6a0ba7f25a7eac40dfa6
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  */
21 #include <winver.h>
22 #include "version.h"
23 #include "resource.h"
25 1 VERSIONINFO
26 FILEVERSION 0,0,9,0
27 PRODUCTVERSION 0,0,9,0
28 FILEOS VOS__WINDOWS32
29 FILETYPE VFT_APP
31     BLOCK "StringFileInfo"
32     {
33             BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
34         {
35                     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"
36             VALUE "CompanyName", "\000"
37             VALUE "FileDescription", "MPlayer - Movie Player\000"
38             VALUE "FileVersion",VERSION
39             VALUE "InternalName", "Counter Counter\000"
40             VALUE "LegalCopyright", " (C) 2000-2009 MPlayer Team\000"
41             //VALUE "LegalTrademarks"," \000";
42             VALUE "OriginalFilename", "mplayer.exe\000"
43             VALUE "ProductName", "MPlayer - The Movie Player\000"
44             VALUE "ProductVersion",VERSION
45             //VALUE "SpecialBuild","\000"
46         }
47     }
48     BLOCK "VarFileInfo"
49     {
50             VALUE "Translation",0,0x04b0
51     }
54 IDI_APPICON ICON DISCARDABLE  "etc/mplayer.ico"