# HG changeset patch # User Ben Abbott # Date 1231783076 18000 # Node ID cddf85b1524a77302175c80398d4a0d193cce03f # Parent cb48e594a441bc168abcc06b07b8a15c3b8f5bce graphics.h.in: fix typo diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-01-12 Ben Abbott + + * graphics.h.in (text::properties::fontunits): Fix typo in list of + possible values. + 2009-01-12 John W. Eaton * strfns.cc (Fstrvcat, Fchar): Use queue to avoid duplicate calls diff --git a/src/graphics.h.in b/src/graphics.h.in --- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -2974,7 +2974,7 @@ color_property edgecolor , "{none}" radio_property erasemode , "{normal}|none|xor|background" bool_property editing , "off" - radio_property fontunits , "inches|centimeters|normalized|{points}|pixel" + radio_property fontunits , "inches|centimeters|normalized|{points}|pixels" radio_property linestyle , "{-}|--|:|-.|none" double_property linewidth , 0.5 double_property margin , 1