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:
parent
a2c29990ec
commit
94f07e913c
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue