mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
parent
8f906204de
commit
74657a14a7
@ -126,7 +126,7 @@ Buffer * checkAndLoadLyXFile(FileName const & filename, bool const acceptDirty)
|
|||||||
"exist.\n\nDo you want to create a new document?"),
|
"exist.\n\nDo you want to create a new document?"),
|
||||||
from_utf8(filename.absFileName()));
|
from_utf8(filename.absFileName()));
|
||||||
if (!Alert::prompt(_("Create new document?"),
|
if (!Alert::prompt(_("Create new document?"),
|
||||||
text, 0, 1, _("&Create"), _("Cancel")))
|
text, 0, 1, _("&Yes, Create New Document"), _("&No, Do Not Create")))
|
||||||
return newFile(filename.absFileName(), string(), true);
|
return newFile(filename.absFileName(), string(), true);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user