]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.cpp
More headers.
[lyx.git] / src / insets / InsetBranch.cpp
index 0eed816e60643efde356f7693ca761b9a018f878..f0efce791a34b5f362904900dbb5836d1843bbbd 100644 (file)
@@ -76,6 +76,12 @@ void InsetBranch::read(Buffer const & buf, Lexer & lex)
 }
 
 
+docstring InsetBranch::toolTip(BufferView const & bv, int x, int y) const
+{
+       return _("Branch: ") + params_.branch;
+}
+
+
 void InsetBranch::setButtonLabel()
 {
        docstring s = _("Branch: ") + params_.branch;