ssl cert window should not have a close gadget

This commit is contained in:
Chris Young 2017-01-02 14:50:20 +00:00
parent 98f94c4bf3
commit 4b7abde7b0

View File

@ -221,7 +221,7 @@ ami_crtvrfy_create_window(struct ami_crtvrfy_window *crtvrfy_win)
WA_Activate, TRUE,
WA_DepthGadget, TRUE,
WA_DragBar, TRUE,
WA_CloseGadget, TRUE,
WA_CloseGadget, FALSE,
WA_SizeGadget, TRUE,
WA_SizeBRight, TRUE,
WA_Height, scrn->Height / 2,