mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
fix build prob #take one
svn path=/trunk/; revision=22327
This commit is contained in:
parent
ef4faef9dd
commit
5eae6f4526
7 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_FDEBUG ICON DISCARDABLE "fdebug.ico"
|
||||
IDI_FDEBUG ICON "fdebug.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
|
@ -14,7 +14,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_FDEBUG ICON DISCARDABLE "fdebug.ico"
|
||||
IDI_FDEBUG ICON "fdebug.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
|
@ -14,7 +14,7 @@ LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_FDEBUG ICON DISCARDABLE "fdebug.ico"
|
||||
IDI_FDEBUG ICON "fdebug.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
|
@ -14,7 +14,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_FDEBUG ICON DISCARDABLE "fdebug.ico"
|
||||
IDI_FDEBUG ICON "fdebug.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
|
@ -14,7 +14,7 @@ LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_FDEBUG ICON DISCARDABLE "fdebug.ico"
|
||||
IDI_FDEBUG ICON "fdebug.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
|
@ -14,7 +14,7 @@ LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_FDEBUG ICON DISCARDABLE "fdebug.ico"
|
||||
IDI_FDEBUG ICON "fdebug.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
|
@ -14,7 +14,7 @@ LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_FDEBUG ICON DISCARDABLE "fdebug.ico"
|
||||
IDI_FDEBUG ICON "fdebug.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue