(svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.

pull/155/head
Darkvater 18 years ago
parent e7144599ca
commit f8fc5f2a3d

@ -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"
/////////////////////////////////////////////////////////////////////////////
//

Loading…
Cancel
Save