accidentally referenced old function name
This commit is contained in:
@@ -146,7 +146,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;
|
grp.rcGroup.left = grp.rcGroup.top = grp.rcGroup.right = grp.rcGroup.bottom = CW_USEDEFAULT;
|
||||||
|
|
||||||
// Group's ready!
|
// Group's ready!
|
||||||
if (CreateGroupWindow(grp) != NULL)
|
if (CreateGroup(grp) != NULL)
|
||||||
{
|
{
|
||||||
EndDialog(hWndDlg, FALSE);
|
EndDialog(hWndDlg, FALSE);
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ BOOL InitializeGroups(VOID)
|
|||||||
if (!RegisterClassEx(&wce))
|
if (!RegisterClassEx(&wce))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
// CreateGroupWindow(NULL);
|
// CreateGroup(NULL);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user