Tools__FontSettingsApplication.st
branchjv
changeset 16293 d6b477b1814a
parent 16097 daad0a09e036
parent 16289 abe58442da28
child 16301 5b709afd8d92
--- a/Tools__FontSettingsApplication.st	Thu Apr 14 06:38:31 2016 +0200
+++ b/Tools__FontSettingsApplication.st	Fri Apr 15 06:50:52 2016 +0200
@@ -1295,7 +1295,7 @@
 
 useXftFontsOnlyVisible
 
-    ^ Screen platformName = 'X11'
+    ^ Screen platformName == #X11
 ! !
 
 !FontSettingsApplication methodsFor:'change & update'!