mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
You can now close the Age Description window
This commit is contained in:
@ -222,7 +222,9 @@ BOOL plAgeDescInterface::DlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lPar
|
|||||||
case IDCANCEL:
|
case IDCANCEL:
|
||||||
if( IMakeSureCheckedIn() )
|
if( IMakeSureCheckedIn() )
|
||||||
{
|
{
|
||||||
|
#ifdef MAXASS_AVAILABLE
|
||||||
IUpdateCurAge();
|
IUpdateCurAge();
|
||||||
|
#endif
|
||||||
DestroyWindow(fhDlg);
|
DestroyWindow(fhDlg);
|
||||||
fhDlg = nil;
|
fhDlg = nil;
|
||||||
fDirty = false;
|
fDirty = false;
|
||||||
|
Reference in New Issue
Block a user