Whitespace.

This commit is contained in:
Richard Heck 2013-03-04 18:12:11 -05:00
parent e987952664
commit f6480263e5

View File

@ -540,8 +540,7 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
_("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 "