Fixed bugs in MRU list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2808 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c321d4c0df
commit
90385f9b22
5 changed files with 144 additions and 35 deletions
|
@ -90,6 +90,7 @@ BEGIN
|
|||
MENUITEM "Edit Script\tCtrl+E", IDM_EDITSCRIPT
|
||||
MENUITEM "Browse Script\tCtrl+B", IDM_BROWSESCR
|
||||
MENUITEM "Clear &Log Window\tCtrl+W", IDM_CLEARLOG
|
||||
MENUITEM "Clear Recent &Files List", IDM_CLEAR_MRU_LIST
|
||||
END
|
||||
POPUP "&Help"
|
||||
BEGIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue