Tools__FontSettingsApplication.st
changeset 14908 c936f3450d63
parent 14876 67b7cdd56b41
child 14909 448fb696aa95
--- a/Tools__FontSettingsApplication.st	Wed Nov 26 16:03:33 2014 +0100
+++ b/Tools__FontSettingsApplication.st	Wed Nov 26 16:57:48 2014 +0100
@@ -1189,16 +1189,16 @@
 !
 
 hasXftFonts
-    ^ (Screen current supportsXFTFonts) and:[ XftFontDescription notNil ]
+    ^ Screen current supportsXFTFonts
 ! !
 
 !FontSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__FontSettingsApplication.st,v 1.10 2014-11-20 15:17:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__FontSettingsApplication.st,v 1.11 2014-11-26 15:57:48 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__FontSettingsApplication.st,v 1.10 2014-11-20 15:17:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__FontSettingsApplication.st,v 1.11 2014-11-26 15:57:48 stefan Exp $'
 ! !