From 3bb456b14d4c2b8e26c5d6f7bbfe62f5e97ed58e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 14 Apr 2012 16:53:24 +0200 Subject: win32: simplify icon loading I have no idea why the code used this roundabout method. Also detab mplayer.rc. --- osdep/mplayer.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'osdep') diff --git a/osdep/mplayer.rc b/osdep/mplayer.rc index fe68aa2175..fe70aa871f 100644 --- a/osdep/mplayer.rc +++ b/osdep/mplayer.rc @@ -29,9 +29,9 @@ FILETYPE VFT_APP { BLOCK "StringFileInfo" { - BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP + BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP { - VALUE "Comments","mplayer2 is distributed under the terms of the GNU General Public License Version 3. Source code is available at http://www.mplayer2.org\000" + VALUE "Comments","mplayer2 is distributed under the terms of the GNU General Public License Version 3. Source code is available at http://www.mplayer2.org\000" VALUE "CompanyName", "\000" VALUE "FileDescription", "mplayer2 - Movie Player\000" VALUE "FileVersion",VERSION @@ -45,7 +45,7 @@ FILETYPE VFT_APP } BLOCK "VarFileInfo" { - VALUE "Translation",0,0x04b0 + VALUE "Translation",0,0x04b0 } } -- cgit v1.2.3