class: FileBrowserV2
authorClaus Gittinger <cg@exept.de>
Thu, 23 Oct 2014 13:16:23 +0200
changeset 14797 790cda8fc5f4
parent 14796 36147350bd3f
child 14798 0d9aae891b45
class: FileBrowserV2 changed: #installInLauncher
FileBrowserV2.st
--- a/FileBrowserV2.st	Thu Oct 23 13:15:52 2014 +0200
+++ b/FileBrowserV2.st	Thu Oct 23 13:16:23 2014 +0200
@@ -214,7 +214,7 @@
 
     "JV@2012-04-03: Changed to reflect UserPreferences"
     "/action := (MessageSend receiver:(Smalltalk at:self name) selector:#open).
-    action := [ UserPreferences current fileBrowserClass open].
+    action := [ UserPreferences fileBrowserClass open].
 
     icon := [self defaultIcon]. "/ self defaultIcon magnifiedTo:28@28.
 
@@ -2587,11 +2587,11 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.226 2014-07-08 14:40:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.227 2014-10-23 11:16:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.226 2014-07-08 14:40:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.227 2014-10-23 11:16:23 cg Exp $'
 ! !