mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Pronoun
This commit is contained in:
parent
6e401da6ac
commit
bbe2ee10a4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user