mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
[TRANSLATION] Replace '\r\n' by '\n' from displayed strings, when possible.
This commit is contained in:
parent
9393fc320e
commit
158a479a4e
97 changed files with 481 additions and 498 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue