]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetBranch.h
index 64029c0193dbb2faca889f7438d46478f8fa462b..6cc64ec8b28ec2b230d56b710047279f7306affe 100644 (file)
@@ -109,7 +109,7 @@ private:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       docstring layoutName() const { return from_ascii("Branch"); }
+       docstring layoutName() const { return from_ascii("Branch:") + branch(); }
        ///
        Inset * clone() const { return new InsetBranch(*this); }