[idd] helper: use Resources.h for icon IDs

This commit is contained in:
Quantum
2026-06-06 01:44:09 -04:00
committed by Geoffrey McRae
parent ffffff0740
commit 89ddab9d57
7 changed files with 40 additions and 6 deletions

View File

@@ -35,7 +35,6 @@ bool CConfigWindow::registerClass()
{
WNDCLASSEX wx = {};
populateWindowClass(wx);
wx.hIconSm = wx.hIcon = LoadIcon(hInstance, IDI_APPLICATION);
wx.hbrBackground = (HBRUSH)(COLOR_3DFACE + 1);
wx.lpszClassName = L"LookingGlassIddConfig";