]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Change string
[lyx.git] / src / insets / InsetCommand.h
index 0228a0160cce3c70e8ff3f8230824441e444c3d5..9e946745ca098ddf98c482248f75119efa7b3158 100644 (file)
@@ -82,8 +82,10 @@ public:
        /// Whether this is a command this inset can represent.
        /// Not implemented here. Must be implemented in derived class.
        static bool isCompatibleCommand(std::string const & cmd);
-       /// update label and references. Currently used by InsetLabel.
-       virtual void update(docstring const &, bool) {};
+       /// update label and references.
+       virtual void updateCommand(docstring const &, bool) {};
+       ///
+       virtual docstring contextMenu(BufferView const & bv, int x, int y) const;
 
 protected:
        ///