[NOTEPAD] Properly fix accelerator issue in es-ES.rc CORE-17809

In 0.4.14-dev-1321-g d6e0fe78e7
we introduced the following compiler warning for MSVC2010 release build:

reactos/base/applications/notepad/lang/es-ES.rc(12) : warning RC4204 : ASCII character not equivalent to virtual key code

That warning was muted without investing too much love by
0.4.15-dev-2469-g d0bb775774

Today we apply the proper fix that brings us back in sync with other languages.
I do intend to port the proper fix back to 0.4.14RC as well.
This commit is contained in:
Joachim Henze 2021-10-10 21:23:47 +02:00
parent 6ac25e6f7f
commit f1d4a83bf7

View file

@ -8,7 +8,7 @@ BEGIN
"^C", CMD_COPY
"^B", CMD_SEARCH
"^T", CMD_GOTO
"^R", CMD_REPLACE
"R", CMD_REPLACE, VIRTKEY, CONTROL
"^N", CMD_NEW
"N", CMD_NEW_WINDOW, VIRTKEY,CONTROL , SHIFT
"^A", CMD_OPEN