From 6896eafabd9eeb3f3250ee4af9c59c330743bc5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Thu, 3 May 2007 15:53:14 +0000 Subject: [PATCH] * 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 --- src/insets/InsetMarginal.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; /// -- 2.39.5