mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
6172a07a9d
commit
5784ce29fd
@ -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
|
||||
|
@ -62,7 +62,7 @@ InsetWrap::~InsetWrap()
|
||||
|
||||
docstring InsetWrap::name() const
|
||||
{
|
||||
return from_utf8(params_.type);
|
||||
return "Wrap:" + from_utf8(params_.type);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user