https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e7137d6832161f7da40df…
commit e7137d6832161f7da40df8ebcc0d8f9c4b76df45
Author: winesync <ros-dev(a)reactos.org>
AuthorDate: Sun Jan 16 21:17:20 2022 +0100
Commit: Thomas Csovcsity <thc.fr13nd(a)gmail.com>
CommitDate: Sun Jun 19 13:06:35 2022 +0200
[WINESYNC] reg: Update the STRING_VALUEALL_FAILED resource string.
Signed-off-by: Hugh McMaster <hugh.mcmaster(a)outlook.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
wine commit id 5bee1882c009d399d4e9082bcf75a4ea9b51bfe0 by Hugh McMaster
<hugh.mcmaster(a)outlook.com>
manual adjustment needed
---
base/applications/cmdutils/reg/lang/en-US.rc | 2 +-
sdk/tools/winesync/reg.cfg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/applications/cmdutils/reg/lang/en-US.rc
b/base/applications/cmdutils/reg/lang/en-US.rc
index 060ac3f9d29..955d31c02e3 100644
--- a/base/applications/cmdutils/reg/lang/en-US.rc
+++ b/base/applications/cmdutils/reg/lang/en-US.rc
@@ -107,7 +107,7 @@ STRINGTABLE
STRING_DELETE_VALUEALL, "Are you sure you want to delete all registry values in
'%1'?"
STRING_DELETE_SUBKEY, "Are you sure you want to delete the registry key
'%1'?"
STRING_INVALID_STRING, "reg: The option [/d] must be followed by a valid
string\n"
- STRING_VALUEALL_FAILED, "reg: Unable to delete all registry values in
'%1'. An unexpected error occurred.\n"
+ STRING_VALUEALL_FAILED, "reg: Unable to delete all registry values in
'%1'\n"
STRING_GENERAL_FAILURE, "reg: Unable to complete the specified operation. An
unexpected error occurred.\n"
STRING_MATCHES_FOUND, "Search complete. Number of matches found: %1!d!\n"
STRING_INVALID_SYNTAX, "reg: Invalid syntax. "
diff --git a/sdk/tools/winesync/reg.cfg b/sdk/tools/winesync/reg.cfg
index 8fb471fc658..b9ae209f6ec 100644
--- a/sdk/tools/winesync/reg.cfg
+++ b/sdk/tools/winesync/reg.cfg
@@ -4,4 +4,4 @@ directories:
files:
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
tags:
- wine: ab64b0e33972b31b648ee92922b1df78cb6b5a70
+ wine: 5bee1882c009d399d4e9082bcf75a4ea9b51bfe0