Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#765 closed defect (fixed)

xgettext:no-c-format needed in xforms/FormGraphics.C

Reported by: pauli.virtanen@… Owned by: lasgouttes
Priority: high Milestone:
Component: translations Version: 1.3.0cvs
Severity: trivial Keywords: patch VERIFIED
Cc:

Description

Xgettext guesses that the string "Select unit for width; Scale% for
scaling whole image." (at src/frontends/xforms/FormGraphics.C:148) is in
printf format, although it is not. Adding /* xgettext:no-c-format */ on
front of it it stops msgfmt -c from complaining.

Attachments (1)

formgraphics-no-c-format.patch (604 bytes ) - added by pauli.virtanen@… 21 years ago.
Adds xgettext:no-c-format in front of the non-c-format string.

Download all attachments as: .zip

Change History (4)

by pauli.virtanen@…, 21 years ago

Adds xgettext:no-c-format in front of the non-c-format string.

comment:1 by levon, 21 years ago

Keywords: patch added

comment:2 by levon, 21 years ago

Resolution: fixed
Status: newclosed

2002-12-08 Lars Gullik Bjønnes <larsbj@…>


  • FormGraphics.C (build): add a xgettext:no-c-format


comment:3 by levon, 21 years ago

Keywords: VERIFIED added
Note: See TracTickets for help on using tickets.