fix comment

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5484 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-01-18 14:03:04 +00:00
parent a2c29990ec
commit 94f07e913c

View file

@ -160,7 +160,7 @@ BOOL CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
if (hideAccel)
xtraDrawStyle |= DT_HIDEPREFIX;
// Get TxtColor unless the user has set another using SetCtlColors
// Use blue unless the user has set another using SetCtlColors
if (!GetWindowLong(lpdis->hwndItem, GWL_USERDATA))
SetTextColor(lpdis->hDC, RGB(0,0,255));