]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetArgument.h
index 46157bd7451d98fbc66bb49cb631c3251e62de95..43000f9bc4b25149eb2bac487b8c83fd6e52c68d 100644 (file)
@@ -39,7 +39,7 @@ private:
        /// code of the inset
        InsetCode lyxCode() const { return ARG_CODE; }
        ///
-       docstring name() const { return from_ascii("OptArg"); }
+       docstring name() const { return from_ascii("Argument"); }
        /// Standard LaTeX output -- short-circuited
        int latex(odocstream &, OutputParams const &) const;
        /// Standard plain text output -- short-circuited