mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[DEVMGR][NETCFGX][MSCONFIG][NETSHELL] Fix and improve icons (#1143)
CORE-15445
This commit is contained in:
committed by
GitHub
parent
0d6dcee968
commit
02936d4c67
@@ -155,9 +155,9 @@ CDeviceManager::Initialize(_In_z_ LPCTSTR lpCaption,
|
||||
wc.hIconSm = (HICON)LoadImage(g_hThisInstance,
|
||||
MAKEINTRESOURCE(IDI_MAIN_ICON),
|
||||
IMAGE_ICON,
|
||||
16,
|
||||
16,
|
||||
LR_SHARED);
|
||||
GetSystemMetrics(SM_CXSMICON),
|
||||
GetSystemMetrics(SM_CYSMICON),
|
||||
0);
|
||||
|
||||
// Register the window
|
||||
if (RegisterClassExW(&wc))
|
||||
|
||||
Reference in New Issue
Block a user