]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetEnvironment.h
* src/insets/InsetListingsParams.cpp: fix user message
[lyx.git] / src / insets / InsetEnvironment.h
index 39332a268dafec0dd1ec315077a8ccd4d0373714..bdb6b71625abd68f8dd2cb7baa30b1afa4f52365 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        InsetEnvironment(BufferParams const &, std::string const & name);
        ///
-       docstring insetName() const { return name_; }
+       docstring name() const { return name_; }
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
@@ -32,10 +32,10 @@ public:
        Inset::Code lyxCode() const { return Inset::ENVIRONMENT_CODE; }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        virtual docstring const editMessage() const;
        ///