https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6a496c39919569945ee62…
commit 6a496c39919569945ee623549015253a03779a77
Author: Joachim Henze <Joachim.Henze(a)reactos.org>
AuthorDate: Fri Jan 28 02:10:40 2022 +0100
Commit: Joachim Henze <Joachim.Henze(a)reactos.org>
CommitDate: Fri Jan 28 02:10:40 2022 +0100
[CRYPTUI] RC Addendum to 0.4.15-dev-3739-gff9301e CORE-18017
Strip the backslash to avoid GCC8.4.0 RosBE2.2.1 warning:
[104/108] Building RC object dll/win32.../CMakeFiles/cryptui.dir/cryptui.rc.obj
C:/ros/reactos/dll/win32/cryptui/lang/cryptui_En.rc:383: unrecognized escape sequence
The glitch was introduced yesterday
by 0.4.15-dev-3739-g ff9301e9db3215641d69d2b462d5cd0c48b8cb3f
---
dll/win32/cryptui/lang/cryptui_En.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/cryptui/lang/cryptui_En.rc b/dll/win32/cryptui/lang/cryptui_En.rc
index bdeb329cf7f..d20f90ba006 100644
--- a/dll/win32/cryptui/lang/cryptui_En.rc
+++ b/dll/win32/cryptui/lang/cryptui_En.rc
@@ -380,7 +380,7 @@ STYLE DS_SHELLFONT | WS_VISIBLE | DS_MODALFRAME
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Certificate Export Wizard", IDC_EXPORT_TITLE,
115,7,195,30
- LTEXT "This wizard helps you export certificates, certificate revocation lists,
and certificate trust lists from a certificate store to a file.\n\n\Computers can use
certificates for identification and signing.",
+ LTEXT "This wizard helps you export certificates, certificate revocation lists,
and certificate trust lists from a certificate store to a file.\n\nComputers can use
certificates for identification and signing.",
-1, 115,40,195,120
END