initDialog should pop out the INI location, not show

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2154 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-14 10:19:12 +00:00
parent 23637d7232
commit 82c57f2fb6
2 changed files with 1 additions and 1 deletions

View file

@ -1059,6 +1059,7 @@ int createCfgDlg()
GetWindowText(hMainWindow,old_title,sizeof(old_title));
SetWindowText(hMainWindow,pszTitle);
}
popstring(NULL);
char tmp[32];
wsprintf(tmp,"%d",hConfigWindow);
pushstring(tmp);
@ -1115,7 +1116,6 @@ void showCfgDlg()
}
FREE(pFields);
popstring(NULL);
pushstring(g_is_cancel?"cancel":g_is_back?"back":"success");
}