AbstractSettingsApplication.st
changeset 5495 61664e06a5d7
parent 5479 cc4a5ad36372
child 5536 83213ff5b566
--- a/AbstractSettingsApplication.st	Mon Feb 09 14:25:02 2004 +0100
+++ b/AbstractSettingsApplication.st	Mon Feb 09 16:05:11 2004 +0100
@@ -4046,7 +4046,7 @@
                     switch := false
                 ] ifFalse:[
                     answer ifTrue:[
-                        switch := ( self settingsDialog fontBoxForEncoding:fontPref)
+                        switch := (AbstractLauncherApplication::LauncherDialogs fontBoxForEncoding:fontPref)
                     ]
                 ].
             ].
@@ -11090,5 +11090,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.130 2004-02-03 15:05:49 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.131 2004-02-09 15:05:11 cg Exp $'
+! !