mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 10:47:57 +00:00
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:
parent
5956514071
commit
a903bc4a1e
@ -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
|
||||
|
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user