Added Browse Script (Ctrl+B)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1352 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-10-09 14:09:46 +00:00
parent eb27ee547b
commit 694bdbf5ea
5 changed files with 23 additions and 5 deletions

View file

@ -31,14 +31,15 @@
#define IDM_FIND 40006
#define IDM_SELECTALL 40007
#define IDM_CLEARLOG 40009
#define IDM_BROWSESCR 40013
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40011
#define _APS_NEXT_CONTROL_VALUE 1013
#define _APS_NEXT_RESOURCE_VALUE 115
#define _APS_NEXT_COMMAND_VALUE 40014
#define _APS_NEXT_CONTROL_VALUE 1016
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif