another xgettext:no-c-format

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5792 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-12-08 23:13:19 +00:00
parent 5956514071
commit a903bc4a1e
2 changed files with 5 additions and 0 deletions

View 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

View 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());