Fix the font pixelsize comparison in the previous commit. "more" should have

obviously been "less".
This commit is contained in:
Joe Marcus Clarke 2004-08-18 01:34:02 +00:00
parent b5cb3de090
commit 4d65790e49
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21992

View file

@ -793,7 +793,7 @@ EndSection</programlisting>
&lt;/edit&gt;
&lt;/match&gt;
&lt;match target="font"&gt;
&lt;test compare="more" name="pixelsize" qual="any"&gt;
&lt;test name="pixelsize" compare="less" qual="any"&gt;
&lt;double&gt;14&lt;/double&gt;
&lt;/test&gt;
&lt;edit mode="assign" name="antialias"&gt;