mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[NOTEPAD]: AlertPrintError displays an incorrect error message, CORE-9417 .
Patch by Ricardo Hanke. svn path=/trunk/; revision=66996
This commit is contained in:
parent
d329fbebf0
commit
da96dfb4ae
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ static void AlertPrintError(void)
|
||||||
|
|
||||||
LoadString(Globals.hInstance, STRING_UNTITLED, szUntitled, ARRAY_SIZE(szUntitled));
|
LoadString(Globals.hInstance, STRING_UNTITLED, szUntitled, ARRAY_SIZE(szUntitled));
|
||||||
|
|
||||||
DIALOG_StringMsgBox(Globals.hMainWnd, STRING_NOTSAVED,
|
DIALOG_StringMsgBox(Globals.hMainWnd, STRING_PRINTERROR,
|
||||||
Globals.szFileName[0] ? Globals.szFileName : szUntitled,
|
Globals.szFileName[0] ? Globals.szFileName : szUntitled,
|
||||||
MB_ICONEXCLAMATION | MB_OK);
|
MB_ICONEXCLAMATION | MB_OK);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue