comments
authorClaus Gittinger <cg@exept.de>
Mon, 27 Jan 2003 14:49:24 +0100
changeset 4491 b5f8412a83e2
parent 4490 de7216d4a28a
child 4492 7e89cc2333a9
comments
AbstractFileBrowser.st
AbstractLauncherApplication.st
--- a/AbstractFileBrowser.st	Mon Jan 27 14:47:10 2003 +0100
+++ b/AbstractFileBrowser.st	Mon Jan 27 14:49:24 2003 +0100
@@ -4271,6 +4271,8 @@
 !
 
 openSnapshotImageBrowser
+    "Sorry, for now, only the old browser can handle snapShotImages."
+
     ^ self openTool:SystemBrowser with:#openOnSnapShotImage: ignoreDirectories:true
 !
 
@@ -5551,5 +5553,5 @@
 !AbstractFileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.83 2003-01-26 20:24:52 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.84 2003-01-27 13:49:21 cg Exp $'
 ! !
--- a/AbstractLauncherApplication.st	Mon Jan 27 14:47:10 2003 +0100
+++ b/AbstractLauncherApplication.st	Mon Jan 27 14:49:24 2003 +0100
@@ -1010,7 +1010,7 @@
 startRemoteImageBrowser
     "open a remoteImage browser; asks for hostname.
      The remote host must have an st/x running with remote browsing enabled.
-     Sorry, for now, only the old browser can be used this way."
+     Sorry, for now, only the old browser supports remote browsing."
 
     |hostName|
 
@@ -1020,7 +1020,7 @@
 
 startSnapshotImageBrowser
     "open a snapshotImage browser; asks for filename.
-     Sorry, for now, only the old browser can be used this way."
+     Sorry, for now, only the old browser supports remote browsing."
 
     |imageFileName|
 
@@ -6685,5 +6685,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.254 2003-01-24 16:33:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.255 2003-01-27 13:49:24 cg Exp $'
 ! !