https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bc92234ea406812a16236…
commit bc92234ea406812a16236859256fcde29a4f6bec
Author: Jérôme Gardou <jerome.gardou(a)reactos.org>
AuthorDate: Mon May 3 15:47:56 2021 +0200
Commit: Jérôme Gardou <zefklop(a)users.noreply.github.com>
CommitDate: Mon May 3 22:00:57 2021 +0200
[FDEBUG] Use VK_ identifiers with VIRTKEY
---
boot/freeldr/fdebug/lang/bg-BG.rc | 4 ++--
boot/freeldr/fdebug/lang/cs-CZ.rc | 4 ++--
boot/freeldr/fdebug/lang/de-DE.rc | 4 ++--
boot/freeldr/fdebug/lang/el-GR.rc | 4 ++--
boot/freeldr/fdebug/lang/en-US.rc | 4 ++--
boot/freeldr/fdebug/lang/es-ES.rc | 4 ++--
boot/freeldr/fdebug/lang/fr-FR.rc | 4 ++--
boot/freeldr/fdebug/lang/hu-HU.rc | 4 ++--
boot/freeldr/fdebug/lang/id-ID.rc | 4 ++--
boot/freeldr/fdebug/lang/it-IT.rc | 4 ++--
boot/freeldr/fdebug/lang/ja-JP.rc | 4 ++--
boot/freeldr/fdebug/lang/no-NO.rc | 4 ++--
boot/freeldr/fdebug/lang/pl-PL.rc | 4 ++--
boot/freeldr/fdebug/lang/ro-RO.rc | 6 +++---
boot/freeldr/fdebug/lang/ru-RU.rc | 4 ++--
boot/freeldr/fdebug/lang/sk-SK.rc | 4 ++--
boot/freeldr/fdebug/lang/sq-AL.rc | 4 ++--
boot/freeldr/fdebug/lang/tr-TR.rc | 4 ++--
boot/freeldr/fdebug/lang/uk-UA.rc | 4 ++--
boot/freeldr/fdebug/lang/zh-CN.rc | 4 ++--
boot/freeldr/fdebug/lang/zh-TW.rc | 4 ++--
21 files changed, 43 insertions(+), 43 deletions(-)
diff --git a/boot/freeldr/fdebug/lang/bg-BG.rc b/boot/freeldr/fdebug/lang/bg-BG.rc
index 08903cf64ea..e68ed38f707 100644
--- a/boot/freeldr/fdebug/lang/bg-BG.rc
+++ b/boot/freeldr/fdebug/lang/bg-BG.rc
@@ -26,8 +26,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/cs-CZ.rc b/boot/freeldr/fdebug/lang/cs-CZ.rc
index def85dcffbf..8681e1323f8 100644
--- a/boot/freeldr/fdebug/lang/cs-CZ.rc
+++ b/boot/freeldr/fdebug/lang/cs-CZ.rc
@@ -31,8 +31,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/de-DE.rc b/boot/freeldr/fdebug/lang/de-DE.rc
index 0dbd1af30cd..ef134309867 100644
--- a/boot/freeldr/fdebug/lang/de-DE.rc
+++ b/boot/freeldr/fdebug/lang/de-DE.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/el-GR.rc b/boot/freeldr/fdebug/lang/el-GR.rc
index 837a619aae6..3ce3e6e5c7c 100644
--- a/boot/freeldr/fdebug/lang/el-GR.rc
+++ b/boot/freeldr/fdebug/lang/el-GR.rc
@@ -26,8 +26,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/en-US.rc b/boot/freeldr/fdebug/lang/en-US.rc
index f140455efcd..c4ee6167dd7 100644
--- a/boot/freeldr/fdebug/lang/en-US.rc
+++ b/boot/freeldr/fdebug/lang/en-US.rc
@@ -26,8 +26,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/es-ES.rc b/boot/freeldr/fdebug/lang/es-ES.rc
index 7025ebb40ac..84f6869171f 100644
--- a/boot/freeldr/fdebug/lang/es-ES.rc
+++ b/boot/freeldr/fdebug/lang/es-ES.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/fr-FR.rc b/boot/freeldr/fdebug/lang/fr-FR.rc
index 3e1eb92409a..223c7638f85 100644
--- a/boot/freeldr/fdebug/lang/fr-FR.rc
+++ b/boot/freeldr/fdebug/lang/fr-FR.rc
@@ -26,8 +26,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/hu-HU.rc b/boot/freeldr/fdebug/lang/hu-HU.rc
index 7dd7b48da0f..22cfb17aea8 100644
--- a/boot/freeldr/fdebug/lang/hu-HU.rc
+++ b/boot/freeldr/fdebug/lang/hu-HU.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/id-ID.rc b/boot/freeldr/fdebug/lang/id-ID.rc
index 2b5452bd398..eaed3817579 100644
--- a/boot/freeldr/fdebug/lang/id-ID.rc
+++ b/boot/freeldr/fdebug/lang/id-ID.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/it-IT.rc b/boot/freeldr/fdebug/lang/it-IT.rc
index 2c6f0d66eed..19e98621132 100644
--- a/boot/freeldr/fdebug/lang/it-IT.rc
+++ b/boot/freeldr/fdebug/lang/it-IT.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/ja-JP.rc b/boot/freeldr/fdebug/lang/ja-JP.rc
index 3970415a3eb..1ed66b3dab2 100644
--- a/boot/freeldr/fdebug/lang/ja-JP.rc
+++ b/boot/freeldr/fdebug/lang/ja-JP.rc
@@ -26,8 +26,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/no-NO.rc b/boot/freeldr/fdebug/lang/no-NO.rc
index 09bdda619d6..60561c02b32 100644
--- a/boot/freeldr/fdebug/lang/no-NO.rc
+++ b/boot/freeldr/fdebug/lang/no-NO.rc
@@ -26,8 +26,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/pl-PL.rc b/boot/freeldr/fdebug/lang/pl-PL.rc
index 7a3af80d959..f2604db1d0c 100644
--- a/boot/freeldr/fdebug/lang/pl-PL.rc
+++ b/boot/freeldr/fdebug/lang/pl-PL.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/ro-RO.rc b/boot/freeldr/fdebug/lang/ro-RO.rc
index 522d9535a78..a9a13a2e1e4 100644
--- a/boot/freeldr/fdebug/lang/ro-RO.rc
+++ b/boot/freeldr/fdebug/lang/ro-RO.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
@@ -40,7 +40,7 @@ CAPTION "Despre depanatorul FreeLoader"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Depanatorul FreeLoader v1.0\nDrept de autor (C) 2003\nde Brian Palmer
(brianp(a)reactos.org)"quot;, IDC_STATIC, "Static", SS_LEFTNOWORDWRAP | WS_GROUP,
53, 28, 122, 26
- DEFPUSHBUTTON "Î&nchide", IDOK, 189, 44, 14, WS_GROUP
+ DEFPUSHBUTTON "Î&nchide", IDOK, 189, 44, 50, 14, WS_GROUP
ICON IDI_FDEBUG, IDC_STATIC, 19, 30, 20, 20
EDITTEXT IDC_LICENSE_EDIT, 53, 63, 174, 107, ES_MULTILINE | ES_READONLY | WS_VSCROLL
END
diff --git a/boot/freeldr/fdebug/lang/ru-RU.rc b/boot/freeldr/fdebug/lang/ru-RU.rc
index 837d31b09ca..2a10925579c 100644
--- a/boot/freeldr/fdebug/lang/ru-RU.rc
+++ b/boot/freeldr/fdebug/lang/ru-RU.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/sk-SK.rc b/boot/freeldr/fdebug/lang/sk-SK.rc
index fa6b5dc4df8..f89e4a5d6ae 100644
--- a/boot/freeldr/fdebug/lang/sk-SK.rc
+++ b/boot/freeldr/fdebug/lang/sk-SK.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/sq-AL.rc b/boot/freeldr/fdebug/lang/sq-AL.rc
index 2ec34f9e056..ef410488e30 100644
--- a/boot/freeldr/fdebug/lang/sq-AL.rc
+++ b/boot/freeldr/fdebug/lang/sq-AL.rc
@@ -30,8 +30,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/tr-TR.rc b/boot/freeldr/fdebug/lang/tr-TR.rc
index e569a489395..c11bf81a053 100644
--- a/boot/freeldr/fdebug/lang/tr-TR.rc
+++ b/boot/freeldr/fdebug/lang/tr-TR.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/uk-UA.rc b/boot/freeldr/fdebug/lang/uk-UA.rc
index c19433d7722..d1ce076148d 100644
--- a/boot/freeldr/fdebug/lang/uk-UA.rc
+++ b/boot/freeldr/fdebug/lang/uk-UA.rc
@@ -26,8 +26,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/zh-CN.rc b/boot/freeldr/fdebug/lang/zh-CN.rc
index ea5794f8e98..444942b3eb6 100644
--- a/boot/freeldr/fdebug/lang/zh-CN.rc
+++ b/boot/freeldr/fdebug/lang/zh-CN.rc
@@ -29,8 +29,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */
diff --git a/boot/freeldr/fdebug/lang/zh-TW.rc b/boot/freeldr/fdebug/lang/zh-TW.rc
index 41603ca9450..82d612355ab 100644
--- a/boot/freeldr/fdebug/lang/zh-TW.rc
+++ b/boot/freeldr/fdebug/lang/zh-TW.rc
@@ -28,8 +28,8 @@ END
/* Accelerators */
IDC_FDEBUG ACCELERATORS
BEGIN
- 63, IDM_ABOUT, ASCII, ALT // "?"
- 47, IDM_ABOUT, ASCII, ALT // "/"
+ VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT //FIXME: ?/ US keyboard only
+ VK_DIVIDE, IDM_ABOUT, VIRTKEY, ALT
END
/* Dialogs */