[TRANSLATION] Replace '\r\n' by '\n' from displayed strings, when possible.

This commit is contained in:
Hermès Bélusca-Maïto 2021-09-13 03:19:00 +02:00
parent 9393fc320e
commit 158a479a4e
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
97 changed files with 481 additions and 498 deletions

View file

@ -373,9 +373,8 @@ CCharMapWindow::DialogProc(
switch (wParam)
{
case ID_ABOUT:
// Apportion blame
MessageBoxW(This->m_hMainWnd,
L"ReactOS Character Map\r\nCopyright Ged Murphy 2015",
L"ReactOS Character Map\nCopyright Ged Murphy 2015",
L"About",
MB_OK | MB_APPLMODAL);
break;