Small cosmetic fix: add DeSmuME icon to toolwindows.
This commit is contained in:
parent
8a6520e549
commit
9828dc1ce7
|
@ -115,6 +115,7 @@ CToolWindow::CToolWindow(int ID, DLGPROC proc, char* title)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
SetWindowText(hWnd, title);
|
SetWindowText(hWnd, title);
|
||||||
|
SendMessage(hWnd, WM_SETICON, ICON_BIG, (LPARAM)LoadIcon(hAppInst, "ICONDESMUME"));
|
||||||
}
|
}
|
||||||
|
|
||||||
CToolWindow::~CToolWindow()
|
CToolWindow::~CToolWindow()
|
||||||
|
|
Loading…
Reference in New Issue