[NOTEPAD] Fix resource file
authorJérôme Gardou <jerome.gardou@reactos.org>
Fri, 30 Apr 2021 15:36:49 +0000 (17:36 +0200)
committerJérôme Gardou <zefklop@users.noreply.github.com>
Mon, 3 May 2021 20:00:57 +0000 (22:00 +0200)
VIRTKEY can't be preceded with ^
and is useless anyway

base/applications/notepad/lang/es-ES.rc

index c614cc0..999a4ae 100644 (file)
@@ -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