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;