fixed bug #1115825 - install pg/Show details/rt clk popup not destroyed on finish
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4819 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3522854451
commit
e06fba9e3b
1 changed files with 1 additions and 1 deletions
|
@ -1648,7 +1648,7 @@ static BOOL CALLBACK InstProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||||
TPM_NONOTIFY|TPM_RETURNCMD,
|
TPM_NONOTIFY|TPM_RETURNCMD,
|
||||||
pt.x,
|
pt.x,
|
||||||
pt.y,
|
pt.y,
|
||||||
0,linsthwnd,0))
|
0,hwndDlg,0))
|
||||||
{
|
{
|
||||||
int i,total = 1; // 1 for the null char
|
int i,total = 1; // 1 for the null char
|
||||||
LVITEM item;
|
LVITEM item;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue