Added Context Menu in log window
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1059 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
19e6cde283
commit
07b87eb653
4 changed files with 32 additions and 1 deletions
|
@ -93,6 +93,19 @@ BEGIN
|
|||
END
|
||||
END
|
||||
|
||||
IDM_LOGWIN MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "Edit"
|
||||
BEGIN
|
||||
MENUITEM "&Copy", IDM_COPYSELECTED
|
||||
MENUITEM "Copy &All", IDM_COPY
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Find...", IDM_FIND
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Select All", IDM_SELECTALL
|
||||
END
|
||||
END
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue