]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
Allow to separate menu string from label string for arguments
[lyx.git] / src / insets / InsetLabel.h
index 35edecf567dd5ee593e36cc12ade1c8e11ac1218..61bcc1f3109d052835f4c2f5d2b66256bf4a7e84 100644 (file)
@@ -33,8 +33,8 @@ public:
        docstring const & prettyCounter() const { return pretty_counter_; }
        /// Updates only the label string, doesn't handle undo nor references.
        void updateLabel(docstring const & new_label);
-       /// Updates the label. Will handle undo/redo as well as update the
-       /// references to this label if \p cursor is passed.
+       /// Updates the label and the references to it.
+       /// Will also handle undo/redo if \p cursor is passed.
        void updateLabelAndRefs(docstring const & new_label, Cursor * cursor = 0);
 
        /// \name Public functions inherited from Inset class