#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 01 Sep 2017 14:13:47 +0200
changeset 17648 7c379ff8a354
parent 17647 2ba588ad0dce
child 17649 0d64f9ae3a2b
#OTHER by cg changed: #browseFileAction
ImageInspectorView.st
--- a/ImageInspectorView.st	Fri Sep 01 14:13:46 2017 +0200
+++ b/ImageInspectorView.st	Fri Sep 01 14:13:47 2017 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 InspectorView subclass:#ImageInspectorView
 	instanceVariableNames:'imageView'
 	classVariableNames:'LastRatio LastExtent'
@@ -246,8 +248,10 @@
 !
 
 menuFileBrowser
-    UserPreferences fileBrowserClass
+    FileBrowser default
         openOn:inspectedObject fileName
+
+    "Modified: / 01-09-2017 / 14:05:27 / cg"
 !
 
 menuMagnification
@@ -297,10 +301,10 @@
 !ImageInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.36 2014-10-23 11:15:46 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.36 2014-10-23 11:15:46 cg Exp $'
+    ^ '$Header$'
 ! !