From e99ae9717cc7705640ae3a71f637e80a772c15d6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 10:51:12 -0400 Subject: [PATCH] Spelling (en-US): color --- src/stdlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdlg.c b/src/stdlg.c index 08fb6118..ec065aa0 100644 --- a/src/stdlg.c +++ b/src/stdlg.c @@ -574,7 +574,7 @@ INT_PTR CALLBACK NotificationCallback(HWND hDlg, UINT message, WPARAM wParam, LP } return (INT_PTR)TRUE; case WM_CTLCOLORSTATIC: - // Change the background colour for static text and icon + // Change the background color for static text and icon SetBkMode((HDC)wParam, TRANSPARENT); if ((HWND)lParam == GetDlgItem(hDlg, IDC_NOTIFICATION_LINE)) { return (INT_PTR)separator_brush;