]> git.lyx.org Git - features.git/commitdiff
On dit �Fermer� en fran�ais, pas �Close�.
authorAngus Leeming <leeming@lyx.org>
Fri, 26 Apr 2002 14:19:20 +0000 (14:19 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 26 Apr 2002 14:19:20 +0000 (14:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4077 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormMathsPanel.C

index b62c8c37afdf509731659ddb1c7492acf98bd9db..ceb660c0f6ab46f402da9e81641cc608351f2f92 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormMathsPanel.C: translate Close
 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * FormCitation.C (apply, input): ensure that the choice is always valid.
index 7c8d51b4291671fdb5a861666b4c65ddab41f076..00ccc448917ddaaac8cd83349e2b87bd1aad3664 100644 (file)
@@ -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"))
 {}