Alt+T should open Tools window
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1793 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
375c7e918f
commit
9b3cea2e5a
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ BEGIN
|
|||
POPUP "&Tools"
|
||||
BEGIN
|
||||
MENUITEM "&Recompile\tCtrl+R", IDM_RECOMPILE
|
||||
MENUITEM "&Test Installer\tCtrl+T", IDM_TEST
|
||||
MENUITEM "Test &Installer\tCtrl+T", IDM_TEST
|
||||
MENUITEM "Edit Script\tCtrl+E", IDM_EDITSCRIPT
|
||||
MENUITEM "Browse Script\tCtrl+B", IDM_BROWSESCR
|
||||
MENUITEM "Clear &Log Window\tCtrl+W", IDM_CLEARLOG
|
||||
|
@ -141,7 +141,7 @@ BEGIN
|
|||
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,202,346,1
|
||||
LTEXT "",IDC_VERSION,7,212,200,12,WS_DISABLED
|
||||
DEFPUSHBUTTON "Clo&se",IDC_CLOSE,296,208,49,15
|
||||
PUSHBUTTON "&Test Installer",IDC_TEST,230,208,60,15,WS_DISABLED
|
||||
PUSHBUTTON "Test &Installer",IDC_TEST,230,208,60,15,WS_DISABLED
|
||||
END
|
||||
|
||||
DLG_ABOUT DIALOGEX DISCARDABLE 0, 0, 233, 126
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue