mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-06-07 23:34:25 +00:00
[idd] helper: use Resources.h for icon IDs
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user