750338 again

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2620 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-06-08 13:41:48 +00:00
parent 8f5f122a4c
commit 7144cb0f97
2 changed files with 4 additions and 1 deletions

View file

@ -138,6 +138,8 @@ HWND hBackButton = NULL;
HINSTANCE m_hInstance = NULL;
struct _stack_t *pFilenameStackEntry = NULL;
char *pszFilename = NULL;
char *pszTitle = NULL;
char *pszCancelButtonText = NULL;
@ -997,6 +999,7 @@ int createCfgDlg()
GetWindowText(hMainWindow,old_title,sizeof(old_title));
SetWindowText(hMainWindow,pszTitle);
}
pFilenameStackEntry = *g_stacktop;
*g_stacktop = (*g_stacktop)->next;
char tmp[32];
wsprintf(tmp,"%d",hConfigWindow);
@ -1041,7 +1044,7 @@ void showCfgDlg()
if (cw_vis) ShowWindow(childwnd,SW_SHOWNA);
FREE(pszFilename);
FREE(pFilenameStackEntry);
FREE(pszTitle);
FREE(pszCancelButtonText);
FREE(pszNextButtonText);

Binary file not shown.