From 94f07e913c10e88decb366e031926dbfa2763f46 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 18 Jan 2008 14:03:04 +0000 Subject: [PATCH] fix comment git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5484 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsDialogs/nsDialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/nsDialogs/nsDialogs.c b/Contrib/nsDialogs/nsDialogs.c index 46c873da..0a0fcc93 100644 --- a/Contrib/nsDialogs/nsDialogs.c +++ b/Contrib/nsDialogs/nsDialogs.c @@ -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));