Moved "Recompile" and "Test Installer" to "Tools" menu.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1173 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
83a4213bfb
commit
54bcb4a8e2
1 changed files with 3 additions and 4 deletions
|
@ -66,10 +66,7 @@ IDM_MENU MENU DISCARDABLE
|
|||
BEGIN
|
||||
POPUP "&File"
|
||||
BEGIN
|
||||
MENUITEM "&Recompile\tCtrl+R", IDM_RECOMPILE
|
||||
MENUITEM "&Test Installer\tCtrl+T", IDM_TEST
|
||||
MENUITEM "&Save Output...", IDM_SAVE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Load Script...\tCtrl+L", IDM_LOADSCRIPT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "E&xit\tAlt+X", IDM_EXIT
|
||||
|
@ -85,8 +82,10 @@ BEGIN
|
|||
END
|
||||
POPUP "&Tools"
|
||||
BEGIN
|
||||
MENUITEM "&Recompile\tCtrl+R", IDM_RECOMPILE
|
||||
MENUITEM "&Test Installer\tCtrl+T", IDM_TEST
|
||||
MENUITEM "Edit Script\tCtrl+E", IDM_EDITSCRIPT
|
||||
MENUITEM "", 1
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Clear &Log\tCtrl+W", IDM_CLEARLOG
|
||||
END
|
||||
POPUP "&Help"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue