checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 06 May 1999 16:27:56 +0200
changeset 2145 5fa2a25b576b
parent 2144 48df3bc4d44c
child 2146 e5c90b830403
checkin from browser
FBrowser.st
FileBrowser.st
--- a/FBrowser.st	Thu May 06 16:12:33 1999 +0200
+++ b/FBrowser.st	Thu May 06 16:27:56 1999 +0200
@@ -1069,7 +1069,7 @@
                   #label: '-'
                 )
                #(#MenuItem
-                  #label: 'Remove file && CVS Container'
+                  #label: 'Remove file && CVS Container...'
                   #translateLabel: true
                   #value: #cvsRemoveFileAndContainer
                   #enabled: #canRemoveCVSContainer
@@ -6628,5 +6628,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.319 1999-05-06 12:17:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.320 1999-05-06 14:27:56 cg Exp $'
 ! !
--- a/FileBrowser.st	Thu May 06 16:12:33 1999 +0200
+++ b/FileBrowser.st	Thu May 06 16:27:56 1999 +0200
@@ -1069,7 +1069,7 @@
                   #label: '-'
                 )
                #(#MenuItem
-                  #label: 'Remove file && CVS Container'
+                  #label: 'Remove file && CVS Container...'
                   #translateLabel: true
                   #value: #cvsRemoveFileAndContainer
                   #enabled: #canRemoveCVSContainer
@@ -6628,5 +6628,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.319 1999-05-06 12:17:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.320 1999-05-06 14:27:56 cg Exp $'
 ! !