Changeset - r5488:4df4a0afba5e
[Not reviewed]
master
0 1 0
Darkvater - 17 years ago 2007-01-02 21:48:33
darkvater@openttd.org
(svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/ottdres.rc
Show inline comments
 
@@ -34,8 +34,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
 

	
 
// Icon with lowest ID value placed first to ensure application icon
 
// remains consistent on all systems.
 
100                     ICON    DISCARDABLE     "openttd.ico"
 
101                     ICON    DISCARDABLE     "mainicon.ico"
 
100                     ICON    DISCARDABLE     "../media/openttd.ico"
 
101                     ICON    DISCARDABLE     "../media/mainicon.ico"
 

	
 
/////////////////////////////////////////////////////////////////////////////
 
//
0 comments (0 inline, 0 general)