This commit is contained in:
parent
c94e338dd7
commit
afcfbf7547
16 changed files with 351 additions and 184 deletions
|
@ -41,9 +41,10 @@ BOOL CMapEditDoc::OnNewDocument()
|
|||
{
|
||||
if (!CDocument::OnNewDocument()) return FALSE;
|
||||
TRACE0("New Doc\n");
|
||||
Core.New();
|
||||
|
||||
return TRUE;
|
||||
return(Core.New());
|
||||
|
||||
// return TRUE;
|
||||
}
|
||||
|
||||
BOOL CMapEditDoc::OnOpenDocument(LPCTSTR lpszPathName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue