changeset 13893:bf07faa89849 draft

(svn r18423) -Fix (r17336): [Windows] incorrect relative path the the icon making the icon not being included in the binary -Fix: [Windows] mention the version of GPL in the metadata
author rubidium <rubidium@openttd.org>
date Mon, 07 Dec 2009 16:55:50 +0000
parents 94fcf1c0fffd
children d70fb92856bb
files src/os/windows/ottdres.rc.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/windows/ottdres.rc.in
+++ b/src/os/windows/ottdres.rc.in
@@ -39,7 +39,7 @@
 
 // Icon with lowest ID value placed first to ensure application icon
 // remains consistent on all systems.
-100                     ICON    DISCARDABLE     "../media/openttd.ico"
+100                     ICON    DISCARDABLE     "../../../media/openttd.ico"
 
 /////////////////////////////////////////////////////////////////////////////
 //
@@ -84,7 +84,7 @@
     BEGIN
         BLOCK "000004b0"
         BEGIN
-            VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
+            VALUE "Comments", "This program is licensed under the GNU General Public License version 2.\0"
             VALUE "CompanyName", "OpenTTD Development Team\0"
             VALUE "FileDescription", "OpenTTD\0"
             VALUE "FileVersion", "Development !!VERSION!!\0"