This commit is contained in:
Richard Kimberly Heck 2022-12-12 17:18:35 -05:00
parent 6e401da6ac
commit bbe2ee10a4

View File

@ -2849,7 +2849,7 @@ void GuiView::openDocument(string const & fname)
// let the user create one
if (!fullname.exists() && !theBufferList().exists(fullname) &&
!LyXVC::file_not_found_hook(fullname)) {
// the user specifically chose this name. Believe him.
// The user specifically chose this name. Believe them.
Buffer * const b = newFile(filename, string(), true);
if (b)
setBuffer(b);