Author: rnaumann Date: Tue Mar 14 15:08:11 2017 New Revision: 74168
URL: http://svn.reactos.org/svn/reactos?rev=74168&view=rev Log: [EXPLORER] Now that CORE-10575 is correctly fixed, delete the old and obsolete start icon. Final part of CORE-10030
Removed: trunk/reactos/base/shell/explorer/res/ico/4711.ico Modified: trunk/reactos/base/shell/explorer/explorer.rc trunk/reactos/base/shell/explorer/resource.h
Modified: trunk/reactos/base/shell/explorer/explorer.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explore... ============================================================================== --- trunk/reactos/base/shell/explorer/explorer.rc [iso-8859-1] (original) +++ trunk/reactos/base/shell/explorer/explorer.rc [iso-8859-1] Tue Mar 14 15:08:11 2017 @@ -32,7 +32,6 @@ IDI_MAIL ICON "res/ico/254.ico" IDI_MAILSMALL ICON "res/ico/256.ico" IDI_STARTMENU2 ICON "res/ico/257.ico" -IDI_START ICON "res/ico/4711.ico"
/*******************************************************************************\
Removed: trunk/reactos/base/shell/explorer/res/ico/4711.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ico... ============================================================================== Binary file - no diff available.
Modified: trunk/reactos/base/shell/explorer/resource.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/resourc... ============================================================================== --- trunk/reactos/base/shell/explorer/resource.h [iso-8859-1] (original) +++ trunk/reactos/base/shell/explorer/resource.h [iso-8859-1] Tue Mar 14 15:08:11 2017 @@ -24,7 +24,6 @@ #define IDI_MAIL 254 #define IDI_MAILSMALL 256 #define IDI_STARTMENU2 257 -#define IDI_START 4711
/*******************************************************************************\ |* Bitmap Resources *|