Added log window zooming accelerators

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7332 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-09-20 16:48:42 +00:00
parent 0b51c73f70
commit 10a9bc3d86
5 changed files with 54 additions and 32 deletions

View file

@ -130,6 +130,9 @@
#define IDM_UI_SWITCHSECTION 539 // F6
#define IDM_GUIDGEN 540
#define IDM_LOOKUP 541
#define IDM_ZOOM_INC 542
#define IDM_ZOOM_DEC 543
#define IDM_ZOOM_RST 544
// Next default values for new objects
@ -137,7 +140,7 @@
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 138
#define _APS_NEXT_COMMAND_VALUE 542
#define _APS_NEXT_COMMAND_VALUE 545
#define _APS_NEXT_CONTROL_VALUE 241
#define _APS_NEXT_SYMED_VALUE 101
#endif