Let InsetWrap find its InsetLayout.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27895 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-12-16 15:34:32 +00:00
parent 6172a07a9d
commit 5784ce29fd
2 changed files with 9 additions and 1 deletions

View File

@ -236,6 +236,14 @@ InsetLayout Float
MultiPar true
End
InsetLayout Wrap
LabelFont
Color collapsable
Size Small
EndFont
MultiPar true
End
InsetLayout URL
LyXType standard
LatexName url

View File

@ -62,7 +62,7 @@ InsetWrap::~InsetWrap()
docstring InsetWrap::name() const
{
return from_utf8(params_.type);
return "Wrap:" + from_utf8(params_.type);
}