Corrected ambiguous wording in a comment.

This commit is contained in:
Pietro Gagliardi 2017-01-29 21:50:38 -05:00
parent ea93528cba
commit bb52275686
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ static INT_PTR CALLBACK dlgproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPar
if (uMsg == WM_WINDOWPOSCHANGED) {
tp = (struct tabPage *) GetWindowLongPtrW(hwnd, DWLP_USER);
tabPageRelayout(tp);
// pretend the dialog hasn't handled this just in case it needs to do something special
// pretend the dialog hasn't handled this just in case the system needs to do something special
return FALSE;
}