mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Whitespace.
This commit is contained in:
parent
e987952664
commit
f6480263e5
@ -534,14 +534,13 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
|
||||
}
|
||||
|
||||
if (!runparams.nice)
|
||||
incfile = mangled;
|
||||
incfile = mangled;
|
||||
else if (!isValidLaTeXFileName(incfile)) {
|
||||
frontend::Alert::warning(_("Invalid filename"),
|
||||
_("The following filename will cause troubles "
|
||||
"when running the exported file through LaTeX: ") +
|
||||
from_utf8(incfile));
|
||||
}
|
||||
else if (!isValidDVIFileName(incfile)) {
|
||||
} else if (!isValidDVIFileName(incfile)) {
|
||||
frontend::Alert::warning(_("Problematic filename for DVI"),
|
||||
_("The following filename can cause troubles "
|
||||
"when running the exported file through LaTeX "
|
||||
|
Loading…
Reference in New Issue
Block a user