#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Thu, 14 Apr 2016 12:54:52 +0200
changeset 16289 abe58442da28
parent 16287 e33a72e5e4eb
child 16290 a31aeee6a2ec
#REFACTORING by stefan class: Tools::FontSettingsApplication changed: #useXftFontsOnlyVisible
Tools__FontSettingsApplication.st
--- a/Tools__FontSettingsApplication.st	Wed Apr 13 22:45:30 2016 +0200
+++ b/Tools__FontSettingsApplication.st	Thu Apr 14 12:54:52 2016 +0200
@@ -1269,7 +1269,7 @@
 
 useXftFontsOnlyVisible
 
-    ^ Screen platformName = 'X11'
+    ^ Screen platformName == #X11
 ! !
 
 !FontSettingsApplication methodsFor:'change & update'!