mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix shortcut
This commit is contained in:
parent
88f0a98b52
commit
fdabd46e8e
@ -2856,7 +2856,7 @@ void GuiView::openDocument(string const & fname, int origin)
|
||||
from_utf8(filename));
|
||||
int ret = Alert::prompt(_("File does not exist"),
|
||||
msg, 0, 1,
|
||||
_("&Create File"),
|
||||
_("Create &File"),
|
||||
_("&Cancel"));
|
||||
if (ret == 1)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user