Index: base/shell/explorer/explorer.rc =================================================================== --- base/shell/explorer/explorer.rc (revision 66378) +++ base/shell/explorer/explorer.rc (working copy) @@ -10,6 +10,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +IDI_EXPLORER ICON "res/explorer.ico" IDI_START ICON "res/start.ico" IDB_STARTMENU BITMAP "res/logov.bmp" Index: base/shell/explorer/resource.h =================================================================== --- base/shell/explorer/resource.h (revision 66378) +++ base/shell/explorer/resource.h (working copy) @@ -2,7 +2,8 @@ #define IDC_STATIC -1 -#define IDI_START 101 +#define IDI_EXPLORER 100 +#define IDI_START 101 #define IDS_START 101 #define IDS_PROPERTIES 102