Fix integer color range. (#103992)

2003-01-21  Matthias Clasen  <maclas@gmx.de>

	* gtk/tmpl/gtkrc.sgml: Fix integer color range.  (#103992)
This commit is contained in:
Matthias Clasen 2003-01-20 23:11:18 +00:00 committed by Matthias Clasen
parent 51951ba622
commit 1f71780c75
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-01-21 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkrc.sgml: Fix integer color range. (#103992)
2003-01-14 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Add new GtkTextIter functions.

View File

@ -410,7 +410,7 @@ hex digits, or they can be specified as a triplet
<literal>{ <replaceable>r</replaceable>, <replaceable>g</replaceable>,
<replaceable>b</replaceable>}</literal>, where <literal>r</literal>,
<literal>g</literal> and <literal>b</literal> are either integers in
the range 0-65635 or floats in the range 0.0-1.0.
the range 0-65535 or floats in the range 0.0-1.0.
</para>
<para>