]> git.lyx.org Git - features.git/commitdiff
another xgettext:no-c-format
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 8 Dec 2002 23:13:19 +0000 (23:13 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 8 Dec 2002 23:13:19 +0000 (23:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5792 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormGraphics.C

index eba14096209aa6f94d46230c7c5a4b32c4cc4ac2..50f4c77e836e013cf5a4393efd80c07e3d14a1d0 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormGraphics.C (build): add another xgettext:no-c-format
+
 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * FormGraphics.C (build): add a xgettext:no-c-format
index 2dbd2bfd22c6f59c49b6465293de0e2efbe3c132..8e4633ad08f4b973ab494c2cd44253ad36f3f009 100644 (file)
@@ -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());