]> git.lyx.org Git - features.git/commitdiff
Prettify the tooltip for footnotes.
authorRichard Heck <rgheck@lyx.org>
Tue, 26 Nov 2013 15:08:35 +0000 (10:08 -0500)
committerRichard Heck <rgheck@lyx.org>
Tue, 26 Nov 2013 15:08:35 +0000 (10:08 -0500)
src/insets/InsetFoot.cpp

index 39a1fd7eea05538d18c3cff92e214541fe6678b1..372bfabe39330b2028ed23fe21cf1f6ef44e3d90 100644 (file)
@@ -80,7 +80,7 @@ docstring InsetFoot::toolTip(BufferView const & bv, int x, int y) const
        if (isOpen(bv))
                // this will give us something useful if there is no button
                return InsetCollapsable::toolTip(bv, x, y);
-       return toolTipText(custom_label_);
+       return toolTipText(custom_label_+ ": ");
 }