From 57160ac0e1cb5857aa085292f9a98caef7538298 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Wed, 7 Apr 2021 23:46:18 +0200 Subject: [PATCH] Fix separator line in Sbiectrl --- Sandboxie/apps/control/MyFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sandboxie/apps/control/MyFrame.cpp b/Sandboxie/apps/control/MyFrame.cpp index 4e42f8fc7f..7e42ed216d 100644 --- a/Sandboxie/apps/control/MyFrame.cpp +++ b/Sandboxie/apps/control/MyFrame.cpp @@ -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; -}*/ \ No newline at end of file +}*/