Bug #728281 fixed - system menu has everything enabled (including maximize) on Windows 9x

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2503 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-04-28 16:39:14 +00:00
parent 06c268f01c
commit 6c32bae905
6 changed files with 1 additions and 1 deletions

View file

@ -68,7 +68,7 @@ BEGIN
END
IDD_INST DIALOGEX DISCARDABLE 0, 0, 280, 162
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
STYLE DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_BORDER
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "",IDC_BACK,171,142,50,14,WS_GROUP | NOT WS_VISIBLE

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.