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:
parent
556adb54a0
commit
3648b1e3f2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue