diff options
author | rubidium <rubidium@openttd.org> | 2009-12-07 16:55:50 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-07 16:55:50 +0000 |
commit | 9a656dbd3231c04552cd3d3ba7557c0589e376f4 (patch) | |
tree | c5f958957a93dcb4c202d56c3c25bc921ca07c31 /src/os | |
parent | 0e17c23ddd1bdd90023359ea76d739782af47278 (diff) | |
download | openttd-9a656dbd3231c04552cd3d3ba7557c0589e376f4.tar.xz |
(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
Diffstat (limited to 'src/os')
-rw-r--r-- | src/os/windows/ottdres.rc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in index b91ee4178..9a79e1907 100644 --- a/src/os/windows/ottdres.rc.in +++ b/src/os/windows/ottdres.rc.in @@ -39,7 +39,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT // 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 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" |