Mercurial > hg > octave-lyh
changeset 8465:cddf85b1524a
graphics.h.in: fix typo
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Mon, 12 Jan 2009 12:57:56 -0500 |
parents | cb48e594a441 |
children | 4d008d9f0ccf |
files | src/ChangeLog src/graphics.h.in |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-01-12 Ben Abbott <bpabbott@mac.com> + + * graphics.h.in (text::properties::fontunits): Fix typo in list of + possible values. + 2009-01-12 John W. Eaton <jwe@octave.org> * strfns.cc (Fstrvcat, Fchar): Use queue to avoid duplicate calls
--- 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