Index: dll/win32/shell32/bitmap_res.rc =================================================================== --- dll/win32/shell32/bitmap_res.rc (revision 62279) +++ dll/win32/shell32/bitmap_res.rc (working copy) @@ -1,4 +1,4 @@ -IDB_SHELL_ABOUT_LOGO_24BPP BITMAP "res/bitmaps/shell_about_logo_24bpp.bmp" +IDB_REACTOS BITMAP "res/bitmaps/reactos.bmp" /* IDB_SHELL_IEXPLORE_LG BITMAP "res/bitmaps/204+205.bmp" Index: dll/win32/shell32/shell32_main.cpp =================================================================== --- dll/win32/shell32/shell32_main.cpp (revision 62279) +++ dll/win32/shell32/shell32_main.cpp (working copy) @@ -1098,7 +1098,7 @@ WCHAR szAuthorsText[20]; // Preload the ROS bitmap - hLogoBmp = (HBITMAP)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IDB_SHELL_ABOUT_LOGO_24BPP), IMAGE_BITMAP, 0, 0, LR_DEFAULTCOLOR); + hLogoBmp = (HBITMAP)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IDB_REACTOS), IMAGE_BITMAP, 0, 0, LR_DEFAULTCOLOR); if(hLogoBmp) { Index: dll/win32/shell32/shresdef.h =================================================================== --- dll/win32/shell32/shresdef.h (revision 62279) +++ dll/win32/shell32/shresdef.h (working copy) @@ -24,7 +24,7 @@ #define IDA_SHELLVIEW 1 /* Bitmaps */ -#define IDB_SHELL_ABOUT_LOGO_24BPP 131 +#define IDB_REACTOS 131 /* Strings */