close when you press ok
This commit is contained in:
@@ -132,9 +132,13 @@ BOOL CALLBACK NewGroupDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM
|
|||||||
|
|
||||||
// Group's ready!
|
// Group's ready!
|
||||||
if (CreateGroupWindow(&grp) != NULL)
|
if (CreateGroupWindow(&grp) != NULL)
|
||||||
|
{
|
||||||
|
EndDialog(hWndDlg, FALSE);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
// Failure!
|
// Failure!
|
||||||
|
EndDialog(hWndDlg, FALSE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user