]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.cpp
Allow LyX format to be written to View>Source window.
[lyx.git] / src / insets / InsetWrap.cpp
index c40f7005b7727275781a5b77ce6a3fe37c5a887e..02a2ccdff85b3f60e1a4a9d1202a91aa8fc9f75f 100644 (file)
@@ -58,7 +58,7 @@ InsetWrap::~InsetWrap()
 }
 
 
-docstring InsetWrap::name() const
+docstring InsetWrap::layoutName() const
 {
        return "Wrap:" + from_utf8(params_.type);
 }