[NOTEPAD]: AlertPrintError displays an incorrect error message, CORE-9417 .

Patch by Ricardo Hanke.

svn path=/trunk/; revision=66996
This commit is contained in:
Hermès Bélusca-Maïto 2015-03-31 00:07:23 +00:00
parent d329fbebf0
commit da96dfb4ae

View file

@ -127,7 +127,7 @@ static void AlertPrintError(void)
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,
MB_ICONEXCLAMATION | MB_OK);
}