https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d0bb7757747cb6d2c500e687df78eb8afea8edc8

commit d0bb7757747cb6d2c500e687df78eb8afea8edc8
Author:     Jérôme Gardou <[email protected]>
AuthorDate: Fri Apr 30 17:36:49 2021 +0200
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Mon May 3 22:00:57 2021 +0200

    [NOTEPAD] Fix resource file
    
    VIRTKEY can't be preceded with ^
    and is useless anyway
---
 base/applications/notepad/lang/es-ES.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/applications/notepad/lang/es-ES.rc 
b/base/applications/notepad/lang/es-ES.rc
index c614cc08880..999a4ae433a 100644
--- a/base/applications/notepad/lang/es-ES.rc
+++ b/base/applications/notepad/lang/es-ES.rc
@@ -8,7 +8,7 @@ BEGIN
     "^C", CMD_COPY
     "^B", CMD_SEARCH
     "^T", CMD_GOTO
-    "^R", CMD_REPLACE, VIRTKEY, CONTROL
+    "^R", CMD_REPLACE
     "^N", CMD_NEW
     "N", CMD_NEW_WINDOW, VIRTKEY,CONTROL , SHIFT
     "^A", CMD_OPEN

Reply via email to