STATE should work again

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2157 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-14 18:51:11 +00:00
parent afd47d611a
commit 835461d69a
2 changed files with 2 additions and 1 deletions

View file

@ -1059,7 +1059,7 @@ int createCfgDlg()
GetWindowText(hMainWindow,old_title,sizeof(old_title));
SetWindowText(hMainWindow,pszTitle);
}
popstring(NULL);
*g_stacktop = (*g_stacktop)->next;
char tmp[32];
wsprintf(tmp,"%d",hConfigWindow);
pushstring(tmp);
@ -1103,6 +1103,7 @@ void showCfgDlg()
if (cw_vis) ShowWindow(childwnd,SW_SHOWNA);
FREE(pszFilename);
FREE(pszTitle);
FREE(pszCancelButtonText);
FREE(pszNextButtonText);

Binary file not shown.