mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
fb87fb902f
commit
48fc75c575
@ -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
|
||||
|
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user