fixed bug #1288159 - Bad mnemonic key in makensisw menu
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4261 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
68ff07805b
commit
b5042901b9
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,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 "Clo&se",IDC_CLOSE,296,226,49,15
|
||||
DEFPUSHBUTTON "&Close",IDC_CLOSE,296,226,49,15
|
||||
PUSHBUTTON "Test &Installer",IDC_TEST,230,226,60,15,WS_DISABLED
|
||||
END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue