[PATCH] winecfg: Correct comment issues.

Alexandre Julliard julliard at winehq.org
Tue Mar 12 15:06:56 CDT 2019


Isira Seneviratne <isirasen96 at gmail.com> writes:

> @@ -95,7 +95,7 @@ AboutDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
>          HeapFree(GetProcessHeap(), 0, owner);
>          HeapFree(GetProcessHeap(), 0, org);
>  
> -        /* prepare the panel */
> +        /* Prepare the panel. */
>          hWnd = GetDlgItem(hDlg, IDC_ABT_PANEL);
>          if(hWnd)
>          {
> @@ -107,7 +107,7 @@ AboutDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
>                  MAKEINTRESOURCEW(IDI_LOGO), IMAGE_ICON, 0, 0, LR_SHARED);
>          }
>  
> -        /* prepare the title text */
> +        /* Prepare the title text. */
>          hWnd = GetDlgItem(hDlg, IDC_ABT_TITLE_TEXT);
>          if(hWnd)
>          {

These are not really typos. I don't think it's necessary to enforce
capitalization or final period on every single comment, the existing
style is fine.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list