|
From: Harry E. <har...@us...> - 2006-11-01 22:58:41
|
Update of /cvsroot/synclast/client/src/com/synclast/ui In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv1115 Modified Files: Label.java Log Message: Fixed copy paste bugs on Label style sheet names. Index: Label.java =================================================================== RCS file: /cvsroot/synclast/client/src/com/synclast/ui/Label.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Label.java 20 Sep 2006 12:19:53 -0000 1.18 --- Label.java 1 Nov 2006 22:58:37 -0000 1.19 *************** *** 33,40 **** Style.FONT_STYLE); protected static final Style FONT_FACE = ! new Style("font-size", -1, Style.CASCADE, Style.FONT_FACE); protected static final Style FONT_SIZE = ! new Style("font-face", -1, Style.CASCADE, Style.FONT_SIZE); --- 33,40 ---- Style.FONT_STYLE); protected static final Style FONT_FACE = ! new Style("font-face", -1, Style.CASCADE, Style.FONT_FACE); protected static final Style FONT_SIZE = ! new Style("font-size", -1, Style.CASCADE, Style.FONT_SIZE); |