FileBrowser.st
changeset 4492 7e89cc2333a9
parent 4403 15b026b264d0
child 4496 513e99a8621b
--- a/FileBrowser.st	Mon Jan 27 14:49:24 2003 +0100
+++ b/FileBrowser.st	Mon Jan 27 14:50:43 2003 +0100
@@ -3889,6 +3889,8 @@
 !
 
 openSnapshotImageBrowser
+    "Sorry, for now, only the old browser can handle snapShotImages."
+
     ^ self openTool:SystemBrowser with:#openOnSnapShotImage: ignoreDirectories:true
 !
 
@@ -8053,5 +8055,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.517 2002-12-20 15:23:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.518 2003-01-27 13:50:43 cg Exp $'
 ! !