Small cosmetic fix: add DeSmuME icon to toolwindows.

This commit is contained in:
luigi__ 2009-09-05 22:30:14 +00:00
parent 8a6520e549
commit 9828dc1ce7
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ CToolWindow::CToolWindow(int ID, DLGPROC proc, char* title)
return;
SetWindowText(hWnd, title);
SendMessage(hWnd, WM_SETICON, ICON_BIG, (LPARAM)LoadIcon(hAppInst, "ICONDESMUME"));
}
CToolWindow::~CToolWindow()