Home
last modified time | relevance | path

Searched refs:szUntitled (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/notepad/
H A Dprinting.c18 TCHAR szUntitled[MAX_STRING_LEN]; in AlertPrintError() local
20 LoadString(Globals.hInstance, STRING_UNTITLED, szUntitled, _countof(szUntitled)); in AlertPrintError()
23 Globals.szFileName[0] ? Globals.szFileName : szUntitled, in AlertPrintError()
H A Ddialog.c221 TCHAR szUntitled[MAX_STRING_LEN]; in AlertFileNotSaved() local
223 LoadString(Globals.hInstance, STRING_UNTITLED, szUntitled, _countof(szUntitled)); in AlertFileNotSaved()
226 szFileName[0] ? szFileName : szUntitled, in AlertFileNotSaved()