Fix separator line in Sbiectrl

This commit is contained in:
isaak654 2021-04-07 23:46:18 +02:00
parent 3a3e5be677
commit 57160ac0e1
1 changed files with 2 additions and 2 deletions

View File

@ -1645,7 +1645,7 @@ void CMyFrame::InitSandboxMenu2(CMenu *model, CMenu *child, UINT BaseId)
} else if (id == 0) {
child->AppendMenu(MF_SEPARATOR, 0, title);
child->AppendMenu(MF_SEPARATOR, 0, (LPCTSTR)nullptr);
} else {
@ -2396,4 +2396,4 @@ void CMyFrame::CheckShouldDelete(CBox &box)
{
return 0;
}*/
}*/