mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
- Use display-formatted file name when asking about removing an emergency
file. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34631 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d750f0a5e7
commit
db2d837603
@ -2766,7 +2766,7 @@ bool Buffer::readFileHelper(FileName const & s)
|
||||
else
|
||||
str = _("Document was NOT successfully recovered.");
|
||||
str += "\n\n" + bformat(_("Remove emergency file now?\n(%1$s)"),
|
||||
from_utf8(e.absFilename()));
|
||||
makeDisplayPath(e.absFilename()));
|
||||
|
||||
if (!Alert::prompt(_("Delete emergency file?"), str, 1, 1,
|
||||
_("&Remove"), _("&Keep it"))) {
|
||||
|
@ -129,6 +129,8 @@ What's new
|
||||
- Use right fonts for rendering the \underbar and \ensuremath macros in
|
||||
math when they are nested in certain environments (bug 6729 and 6745).
|
||||
|
||||
- Use display-formatted file name when asking about removing an emergency
|
||||
file.
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user