fixed bug #1889720 - nsDialogs can crash on Windows 98

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5523 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-02-08 16:48:00 +00:00
parent 0da07bfabd
commit 1513ebd8dc

View file

@ -26,6 +26,7 @@ static int NSDFUNC ConvertPlacement(char *str, int total, int height)
RECT r;
r.left = r.top = x;
r.right = r.bottom = 0;
MapDialogRect(g_dialog.hwParent, &r);