]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibitem.h
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / insets / InsetBibitem.h
index 8891f8b795a4740e9b2fc9d836941d1816779f8f..4c298c32d9e94f2d39f748d8f00b5ae56041dc38 100644 (file)
@@ -65,7 +65,7 @@ private:
        ///
        virtual void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const;
        /// Update the counter of this inset
-       void updateLabels(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void updateCommand(docstring const & new_key, bool dummy = false);
        ///
@@ -74,7 +74,7 @@ private:
        Inset * clone() const { return new InsetBibitem(*this); }
 
        friend docstring bibitemWidest(Buffer const & buffer, OutputParams const &);
-       /// The label that is set by updateLabels
+       /// The label that is set by updateBuffer
        docstring autolabel_;
        ///
        static int key_counter;