inspector
authorClaus Gittinger <cg@exept.de>
Mon, 12 Nov 2001 18:27:59 +0100
changeset 3401 71e5f042236f
parent 3400 b5e2a0eb7151
child 3402 dc4dd63a7061
inspector
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Mon Nov 12 18:25:24 2001 +0100
+++ b/AbstractLauncherApplication.st	Mon Nov 12 18:27:59 2001 +0100
@@ -4537,7 +4537,7 @@
             ]
         ].
 
-        Inspector := UserPreferences current inspectorClass.
+        Inspector := currentUserPrefs inspectorClassSetting.
 
         transcriptBufferSize := Integer readFrom:transcriptBufferSize value onError:Transcript current lineLimit.
         Transcript current lineLimit:transcriptBufferSize.
@@ -4548,7 +4548,7 @@
     "Modified: / 9.9.1996 / 22:43:36 / stefan"
     "Modified: / 16.4.1998 / 17:18:47 / ca"
     "Created: / 13.10.1998 / 15:44:36 / cg"
-    "Modified: / 13.10.1998 / 16:03:43 / cg"
+    "Modified: / 12.11.2001 / 15:48:54 / cg"
 !
 
 viewStyleSettingsFor:requestor 
@@ -6296,5 +6296,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.175 2001-11-09 13:10:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.176 2001-11-12 17:27:59 cg Exp $'
 ! !