mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:12:05 +00:00
[MSGINA][SHELL32]
- Resize the logon graphics logo to windows standard size: 413x72. - Use this very same logo for ShellAbout. Adapted from a proposition by Lee Schroeder. The real fix for this would be to do like Windows, that means, since (you can double-check) shell32 takes the picture from msgina.dll . CORE-7940 #resolve #comment Fixed, thanks ;) svn path=/trunk/; revision=63101
This commit is contained in:
parent
0da41488e9
commit
8af6d0d4da
7 changed files with 801 additions and 1456 deletions
Binary file not shown.
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 87 KiB |
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 119 KiB |
|
@ -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"
|
||||
|
|
BIN
reactos/dll/win32/shell32/res/bitmaps/reactos.bmp
Normal file
BIN
reactos/dll/win32/shell32/res/bitmaps/reactos.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
|
@ -1098,7 +1098,7 @@ INT_PTR CALLBACK AboutDlgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam
|
|||
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)
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define IDA_SHELLVIEW 1
|
||||
|
||||
/* Bitmaps */
|
||||
#define IDB_SHELL_ABOUT_LOGO_24BPP 131
|
||||
#define IDB_REACTOS 131
|
||||
|
||||
/* Strings */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue