BGGradient & minize solution

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2258 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-09 19:49:19 +00:00
parent d92a0d06f6
commit de557f6037
4 changed files with 25 additions and 7 deletions

View file

@ -266,7 +266,7 @@ static int NSISCALL __ensuredata(int amount)
hwnd=CreateDialogParam(
g_hInstance,
MAKEINTRESOURCE(IDD_VERIFY),
GetDesktopWindow(),
0,
verProc,
(LPARAM)_LANG_UNPACKING
);