X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFlex.h;h=a51f30ae412aebf036930ec36a046163250908bf;hb=25ef8e7eef8dfb2b6d6d4f2935ae6775ebf2ba60;hp=bae49b26c0fc9ec7ca38dc11032e9fc1556f1c10;hpb=f176a18434d40eead5f5a64234db9445053cbf76;p=lyx.git diff --git a/src/insets/InsetFlex.h b/src/insets/InsetFlex.h index bae49b26c0..a51f30ae41 100644 --- a/src/insets/InsetFlex.h +++ b/src/insets/InsetFlex.h @@ -25,7 +25,7 @@ public: /// InsetFlex(Buffer *, std::string const & layoutName); /// - docstring name() const { return from_utf8(name_); } + docstring layoutName() const { return from_utf8("Flex:" + name_); } /// InsetLayout const & getLayout() const; ///