From a903bc4a1e0c1523e1340792e8c2b97b0dec815d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Sun, 8 Dec 2002 23:13:19 +0000 Subject: [PATCH] another xgettext:no-c-format git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5792 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 4 ++++ src/frontends/xforms/FormGraphics.C | 1 + 2 files changed, 5 insertions(+) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index eba1409620..50f4c77e83 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,7 @@ +2002-12-09 Lars Gullik Bjønnes + + * FormGraphics.C (build): add another xgettext:no-c-format + 2002-12-08 Lars Gullik Bjønnes * FormGraphics.C (build): add a xgettext:no-c-format diff --git a/src/frontends/xforms/FormGraphics.C b/src/frontends/xforms/FormGraphics.C index 2dbd2bfd22..8e4633ad08 100644 --- a/src/frontends/xforms/FormGraphics.C +++ b/src/frontends/xforms/FormGraphics.C @@ -126,6 +126,7 @@ void FormGraphics::build() #if USE_BOOST_FORMAT string const width_list = boost::io::str(boost::format(_("Scale%%|%1$s")) % choice_Length_All); #else + // xgettext:no-c-format string const width_list = _("Scale%%|") + choice_Length_All; #endif fl_addto_choice(file_->choice_width, width_list.c_str());