Searched refs:szUntitled (Results 1 – 2 of 2) sorted by relevance
18 TCHAR szUntitled[MAX_STRING_LEN]; in AlertPrintError() local20 LoadString(Globals.hInstance, STRING_UNTITLED, szUntitled, _countof(szUntitled)); in AlertPrintError()23 Globals.szFileName[0] ? Globals.szFileName : szUntitled, in AlertPrintError()
221 TCHAR szUntitled[MAX_STRING_LEN]; in AlertFileNotSaved() local223 LoadString(Globals.hInstance, STRING_UNTITLED, szUntitled, _countof(szUntitled)); in AlertFileNotSaved()226 szFileName[0] ? szFileName : szUntitled, in AlertFileNotSaved()