class: InspectorView
authorClaus Gittinger <cg@exept.de>
Tue, 25 Jun 2013 19:12:28 +0200
changeset 13016 7c3c7b67607b
parent 13015 9c1d592cda70
child 13017 62a2cd2d8b70
class: InspectorView changed: #doBrowse:
InspectorView.st
--- a/InspectorView.st	Tue Jun 25 19:12:19 2013 +0200
+++ b/InspectorView.st	Tue Jun 25 19:12:28 2013 +0200
@@ -1753,7 +1753,7 @@
     |cls|
 
     cls := what class.
-    (cls browserClass ? UserPreferences current systemBrowserClass) 
+    (cls browserClass ? UserPreferences systemBrowserClass) 
         openInClass:cls selector:nil
 
     "Created: / 14-12-1995 / 19:15:50 / cg"
@@ -3521,10 +3521,10 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.316 2013-06-20 22:50:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.317 2013-06-25 17:12:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.316 2013-06-20 22:50:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.317 2013-06-25 17:12:28 cg Exp $'
 ! !