From 96075e576e42b70fea5719a7436c1493a531581d Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 26 Apr 2002 14:19:20 +0000 Subject: [PATCH] =?utf8?q?On=20dit=20=EF=BF=BDFermer=EF=BF=BD=20en=20fran?= =?utf8?q?=EF=BF=BDais,=20pas=20=EF=BF=BDClose=EF=BF=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4077 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 4 ++++ src/frontends/xforms/FormMathsPanel.C | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index b62c8c37af..ceb660c0f6 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,7 @@ +2002-04-26 John Levon + + * FormMathsPanel.C: translate Close + 2002-04-22 Angus Leeming * FormCitation.C (apply, input): ensure that the choice is always valid. diff --git a/src/frontends/xforms/FormMathsPanel.C b/src/frontends/xforms/FormMathsPanel.C index 7c8d51b429..00ccc44891 100644 --- a/src/frontends/xforms/FormMathsPanel.C +++ b/src/frontends/xforms/FormMathsPanel.C @@ -68,7 +68,7 @@ using SigC::slot; FormMathsPanel::FormMathsPanel(LyXView * lv, Dialogs * d) : FormBaseBD(lv, d, _("Maths Panel"), false), - active_(0), bc_("Close") + active_(0), bc_(_("Close")) { deco_.reset( new FormMathsDeco( lv, d, *this)); delim_.reset( new FormMathsDelim( lv, d, *this)); @@ -404,7 +404,7 @@ void FormMathsPanel::mathDisplay() const FormMathsSub::FormMathsSub(LyXView * lv, Dialogs * d, FormMathsPanel const & p, string const & t, bool allowResize) - : FormBaseBD(lv, d, t, allowResize), parent_(p), bc_("Close") + : FormBaseBD(lv, d, t, allowResize), parent_(p), bc_(_("Close")) {} -- 2.39.5