]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.cpp
This is intended to be a pure renaming of the Inset::name() routine,
[lyx.git] / src / insets / InsetFloat.cpp
index a1bddb0a22f0ac0d228a60466f7f48a5f0b580fb..99d6c43402dd73f7d23380eeb678f604dfa5b8da 100644 (file)
@@ -119,7 +119,7 @@ InsetFloat::InsetFloat(Buffer * buf, string params_str)
 }
 
 
-docstring InsetFloat::name() const 
+docstring InsetFloat::layoutName() const
 { 
        return "Float:" + from_utf8(params_.type);
 }