add a xgettext:no-c-format

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5790 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-12-08 20:45:21 +00:00
parent fb87fb902f
commit 48fc75c575
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2002-12-08 Lars Gullik Bjønnes <larsbj@gullik.net>
* FormGraphics.C (build): add a xgettext:no-c-format
2002-12-05 John Levon <levon@movementarian.org>
* XWorkArea.C: set I-beam cursor
@ -16,10 +20,10 @@
Various other trivial clean-ups.
2002-12-03 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* xforms_helpers.C: (updateWidgetsFromLength)
use len.empty() instead of len.zero() [bug 490]
* xforms_helpers.C: (updateWidgetsFromLength)
use len.empty() instead of len.zero() [bug 490]
2002-12-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
* XWorkArea.C (work_area_handler): send fewer motion events if the

View File

@ -145,6 +145,7 @@ void FormGraphics::build()
str = _("Set the image width to the inserted value.");
tooltips().init(file_->input_width, str);
// xgettext:no-c-format
str = _("Select unit for width; Scale% for scaling whole image.");
tooltips().init(file_->choice_width, str);
str = _("Set the image height to the inserted value.");