]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInfo.cpp
Fix bug #6642: Concatenate the context menus for: InsetCollapsables without a button...
[features.git] / src / insets / InsetInfo.cpp
index 4dbee710aee6b839b43d6d05c2fe5ef3e9699336..28bce9e31874caa7cccb47b09a6a6e68fa0220e1 100644 (file)
@@ -452,6 +452,14 @@ void InsetInfo::updateInfo()
 }
 
 
+docstring InsetInfo::contextMenuName() const
+{
+       //FIXME: We override the implementation of InsetCollapsable,
+       //because this inset is not a collapsable inset.
+       return contextMenuName();
+}
+
+
 docstring InsetInfo::contextMenuName() const
 {
        return from_ascii("context-info");