Test->Test Installer (less confusion)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1063 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
62afde0619
commit
73b7ed1e1e
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ BEGIN
|
|||
POPUP "&File"
|
||||
BEGIN
|
||||
MENUITEM "&Recompile\tCtrl+R", IDM_RECOMPILE
|
||||
MENUITEM "&Test\tCtrl+T", IDM_TEST
|
||||
MENUITEM "&Test Installer\tCtrl+T", IDM_TEST
|
||||
MENUITEM "&Save Output...", IDM_SAVE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Load Script...", IDM_LOADSCRIPT
|
||||
|
@ -142,7 +142,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",IDC_TEST,240,208,50,15,WS_DISABLED
|
||||
PUSHBUTTON "&Test Installer",IDC_TEST,230,208,60,15,WS_DISABLED
|
||||
END
|
||||
|
||||
DLG_ABOUT DIALOG DISCARDABLE 0, 0, 235, 86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue