mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
* InsetInclude.cpp: typo spotted by Jean-Pierre Chrétien.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30366 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
888ba2d171
commit
56a7e127ad
@ -654,7 +654,7 @@ docstring InsetInclude::xhtml(odocstream & os, OutputParams const &rp) const
|
|||||||
makeAbsPath(to_utf8(params()["filename"]), onlyPath(parent_filename));
|
makeAbsPath(to_utf8(params()["filename"]), onlyPath(parent_filename));
|
||||||
if (!isLyXFilename(included_file.absFilename())) {
|
if (!isLyXFilename(included_file.absFilename())) {
|
||||||
frontend::Alert::warning(_("Unsupported Inclusion"),
|
frontend::Alert::warning(_("Unsupported Inclusion"),
|
||||||
_("LyX does not know how to include non-LyX files when"
|
_("LyX does not know how to include non-LyX files when "
|
||||||
"generating HTML output. Offending file: ") +
|
"generating HTML output. Offending file: ") +
|
||||||
params()["filename"]);
|
params()["filename"]);
|
||||||
return docstring();
|
return docstring();
|
||||||
|
Loading…
Reference in New Issue
Block a user