[0.4.14][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

Proper fix picked from 0.4.15-dev-3253-g fbf50492fd90d54e9c8e53a5615a5db8711c8feb
This commit is contained in:
Joachim Henze 2021-10-10 21:26:50 +02:00
parent 8632c996cb
commit 637509062f

View file

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