implemeneted RFE #1666501 - MakeNSISw: esc -> close

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4951 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-02-23 12:42:21 +00:00
parent cb30b6ed2f
commit 28a3b53b05
4 changed files with 6 additions and 7 deletions

View file

@ -165,7 +165,7 @@ BEGIN
WS_BORDER | WS_VSCROLL,7,22,345,186
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,220,346,1
LTEXT "",IDC_VERSION,7,230,200,12,WS_DISABLED
DEFPUSHBUTTON "&Close",IDC_CLOSE,296,226,49,15
DEFPUSHBUTTON "&Close",IDCANCEL,296,226,49,15
PUSHBUTTON "Test &Installer",IDC_TEST,230,226,60,15,WS_DISABLED
END