x
authorClaus Gittinger <cg@exept.de>
Thu, 23 Oct 2014 13:15:52 +0200
changeset 14796 36147350bd3f
parent 14795 91e2bdc0c8cf
child 14797 790cda8fc5f4
x
InspectorView.st
--- a/InspectorView.st	Thu Oct 23 13:15:46 2014 +0200
+++ b/InspectorView.st	Thu Oct 23 13:15:52 2014 +0200
@@ -2393,7 +2393,7 @@
     fn isStream ifTrue:[
         fn := fn pathName asFilename
     ].
-    (UserPreferences current fileBrowserClass) openOnFileNamed:fn asFilename.
+    (UserPreferences fileBrowserClass) openOnFileNamed:fn asFilename.
 
     "Modified: / 22-03-2011 / 18:05:22 / cg"
 !
@@ -3964,10 +3964,10 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.336 2014-07-11 12:16:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.337 2014-10-23 11:15:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.336 2014-07-11 12:16:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.337 2014-10-23 11:15:52 cg Exp $'
 ! !