mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bad error message (bug 11486).
(cherry picked from commit 5b959033d2
)
This commit is contained in:
parent
cc2749e195
commit
9374d0edd9
@ -4532,7 +4532,7 @@ Buffer::ExportStatus Buffer::doExport(string const & target, bool put_in_tempdir
|
||||
bformat(_("The directory path to the document\n%1$s\n"
|
||||
"contains spaces, but your TeX installation does "
|
||||
"not allow them. You should save the file to a directory "
|
||||
"whose name does not contain spaces."), from_ascii(filePath())));
|
||||
"whose name does not contain spaces."), from_utf8(filePath())));
|
||||
return ExportTexPathHasSpaces;
|
||||
} else {
|
||||
runparams.nice = false;
|
||||
|
@ -49,6 +49,8 @@ What's new
|
||||
- The function textstyle-update now only changes explicitly stated font
|
||||
attributes (bug 11111).
|
||||
|
||||
- Fix bad error message (bug 11486).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user