mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[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
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:
parent
6ac25e6f7f
commit
f1d4a83bf7
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
|
||||
"R", CMD_REPLACE, VIRTKEY, CONTROL
|
||||
"^N", CMD_NEW
|
||||
"N", CMD_NEW_WINDOW, VIRTKEY,CONTROL , SHIFT
|
||||
"^A", CMD_OPEN
|
||||
|
|
Loading…
Reference in a new issue