- 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:
Jean-Marc Lasgouttes 2010-06-09 10:03:33 +00:00
parent d750f0a5e7
commit db2d837603
2 changed files with 3 additions and 1 deletions

View File

@ -2766,7 +2766,7 @@ bool Buffer::readFileHelper(FileName const & s)
else else
str = _("Document was NOT successfully recovered."); str = _("Document was NOT successfully recovered.");
str += "\n\n" + bformat(_("Remove emergency file now?\n(%1$s)"), 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, if (!Alert::prompt(_("Delete emergency file?"), str, 1, 1,
_("&Remove"), _("&Keep it"))) { _("&Remove"), _("&Keep it"))) {

View File

@ -129,6 +129,8 @@ What's new
- Use right fonts for rendering the \underbar and \ensuremath macros in - Use right fonts for rendering the \underbar and \ensuremath macros in
math when they are nested in certain environments (bug 6729 and 6745). 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 * DOCUMENTATION AND LOCALIZATION