mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:06:52 +00:00
[0.4.14][NOTEPAD] Properly fix accelerator issue in es-ES.rc CORE-17809
In 0.4.14-dev-1321-gd6e0fe78e7
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-gd0bb775774
Proper fix picked from 0.4.15-dev-3253-g fbf50492fd90d54e9c8e53a5615a5db8711c8feb
This commit is contained in:
parent
8632c996cb
commit
637509062f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue