From 3648b1e3f2b5b8ac3de1904fdc2adb55a885dc97 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 18 Sep 2002 14:47:47 +0000 Subject: [PATCH] Removed debug message box git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1024 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Ui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 54c04f22..44733b31 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -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;