[ros-diffs] [janderwald] 22327: fix build prob #take one
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Mon Jun 12 20:09:47 CEST 2006
Author: janderwald
Date: Mon Jun 12 22:09:47 2006
New Revision: 22327
URL: http://svn.reactos.ru/svn/reactos?rev=22327&view=rev
Log:
fix build prob #take one
Modified:
trunk/reactos/boot/freeldr/fdebug/De.rc
trunk/reactos/boot/freeldr/fdebug/En.rc
trunk/reactos/boot/freeldr/fdebug/Hu.rc
trunk/reactos/boot/freeldr/fdebug/Ja.rc
trunk/reactos/boot/freeldr/fdebug/No.rc
trunk/reactos/boot/freeldr/fdebug/Pl.rc
trunk/reactos/boot/freeldr/fdebug/Tr.rc
Modified: trunk/reactos/boot/freeldr/fdebug/De.rc
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/fdebug/De.rc?rev=22327&r1=22326&r2=22327&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/De.rc (original)
+++ trunk/reactos/boot/freeldr/fdebug/De.rc Mon Jun 12 22:09:47 2006
@@ -14,7 +14,7 @@
// 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"
/////////////////////////////////////////////////////////////////////////////
//
Modified: trunk/reactos/boot/freeldr/fdebug/En.rc
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/fdebug/En.rc?rev=22327&r1=22326&r2=22327&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/En.rc (original)
+++ trunk/reactos/boot/freeldr/fdebug/En.rc Mon Jun 12 22:09:47 2006
@@ -14,7 +14,7 @@
// 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"
/////////////////////////////////////////////////////////////////////////////
//
Modified: trunk/reactos/boot/freeldr/fdebug/Hu.rc
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/fdebug/Hu.rc?rev=22327&r1=22326&r2=22327&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/Hu.rc (original)
+++ trunk/reactos/boot/freeldr/fdebug/Hu.rc Mon Jun 12 22:09:47 2006
@@ -14,7 +14,7 @@
// 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"
/////////////////////////////////////////////////////////////////////////////
//
Modified: trunk/reactos/boot/freeldr/fdebug/Ja.rc
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/fdebug/Ja.rc?rev=22327&r1=22326&r2=22327&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/Ja.rc (original)
+++ trunk/reactos/boot/freeldr/fdebug/Ja.rc Mon Jun 12 22:09:47 2006
@@ -14,7 +14,7 @@
// 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"
/////////////////////////////////////////////////////////////////////////////
//
Modified: trunk/reactos/boot/freeldr/fdebug/No.rc
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/fdebug/No.rc?rev=22327&r1=22326&r2=22327&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/No.rc (original)
+++ trunk/reactos/boot/freeldr/fdebug/No.rc Mon Jun 12 22:09:47 2006
@@ -14,7 +14,7 @@
// 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"
/////////////////////////////////////////////////////////////////////////////
//
Modified: trunk/reactos/boot/freeldr/fdebug/Pl.rc
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/fdebug/Pl.rc?rev=22327&r1=22326&r2=22327&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/Pl.rc (original)
+++ trunk/reactos/boot/freeldr/fdebug/Pl.rc Mon Jun 12 22:09:47 2006
@@ -14,7 +14,7 @@
// 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"
/////////////////////////////////////////////////////////////////////////////
//
Modified: trunk/reactos/boot/freeldr/fdebug/Tr.rc
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/fdebug/Tr.rc?rev=22327&r1=22326&r2=22327&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/Tr.rc (original)
+++ trunk/reactos/boot/freeldr/fdebug/Tr.rc Mon Jun 12 22:09:47 2006
@@ -14,7 +14,7 @@
// 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"
/////////////////////////////////////////////////////////////////////////////
//
More information about the Ros-diffs
mailing list