more... group...

This commit is contained in:
freedom
2023-09-06 06:09:25 -06:00
parent 0d237c5039
commit 6ac03d7a1b
3 changed files with 7 additions and 7 deletions

View File

@@ -142,7 +142,7 @@ BOOL CALLBACK NewGroupDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM
grp.rcGroup.left = grp.rcGroup.top = grp.rcGroup.right = grp.rcGroup.bottom = CW_USEDEFAULT;
// Group's ready!
if (CreateGroupWindow(&grp) != NULL)
if (CreateGroupWindow(grp) != NULL)
{
EndDialog(hWndDlg, FALSE);
break;