From: Jürgen Spitzmüller Date: Thu, 3 May 2007 15:53:14 +0000 (+0000) Subject: * src/insets/InsetMarginal.h: X-Git-Tag: 1.6.10~9895 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6896eafabd9eeb3f3250ee4af9c59c330743bc5c;p=features.git * src/insets/InsetMarginal.h: - add missing name() (fix bug 3540) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18188 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetMarginal.h b/src/insets/InsetMarginal.h index 4001180cdb..e720526b8b 100644 --- a/src/insets/InsetMarginal.h +++ b/src/insets/InsetMarginal.h @@ -4,8 +4,8 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Jürgen Vigna - * \author Lars Gullik Bjønnes + * \author Jrgen Vigna + * \author Lars Gullik Bjnnes * * Full author contact details are available in file CREDITS. */ @@ -29,6 +29,8 @@ public: /// Inset::Code lyxCode() const { return Inset::MARGIN_CODE; } /// + docstring name() const { return from_ascii("Marginal"); } + /// int latex(Buffer const &, odocstream &, OutputParams const &) const; ///