added "Cancel compilation" menu item to abort current compilation by sending ctrl+c signal
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4552 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
755bc11826
commit
b4413ab821
5 changed files with 13 additions and 1 deletions
|
@ -88,6 +88,7 @@ BEGIN
|
|||
MENUITEM "&Recompile\tCtrl+R", IDM_RECOMPILE
|
||||
MENUITEM "Test &Installer\tCtrl+T", IDM_TEST
|
||||
MENUITEM "Reco&mpile and Test\tCtrl+M", IDM_RECOMPILE_TEST
|
||||
MENUITEM "C&ancel compilation", IDM_CANCEL
|
||||
MENUITEM SEPARATOR
|
||||
POPUP "Set &Compressor"
|
||||
BEGIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue