Removed debug message box

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1024 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-18 14:47:47 +00:00
parent 556adb54a0
commit 3648b1e3f2

View file

@ -584,7 +584,6 @@ static BOOL CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM l
gDontFookWithFocus = FALSE;
m_curwnd=CreateDialog(g_hInstance,windows[g_page_offs+m_page].id,hwndDlg,windows[g_page_offs+m_page].proc);
my_MessageBox("after CreateDialog", MB_OK);
if (m_curwnd)
{
RECT r;