checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 09 Sep 1996 22:20:26 +0200
changeset 714 3caae72f99d2
parent 713 bbed5ec2fbeb
child 715 476b5b4d0dd0
checkin from browser
BrowserView.st
BrwsrView.st
--- a/BrowserView.st	Mon Sep 09 20:41:46 1996 +0200
+++ b/BrowserView.st	Mon Sep 09 22:20:26 1996 +0200
@@ -544,7 +544,7 @@
         labels :=  #(
                         'fileOut each binary ...'
                         '-'
-                        'overall history ...'
+                        'repository history ...'
                         '-'
                         'checkin each ...'
                     ).
@@ -557,7 +557,7 @@
                      ).
     ] ifFalse:[
         labels :=  #(
-                        'overall history ...'
+                        'repository history ...'
                     ).
         selectors := #(
                         classCategoryRepositoryHistory
@@ -692,7 +692,7 @@
     ^ m
 
     "Created: 14.9.1995 / 10:50:17 / claus"
-    "Modified: 7.9.1996 / 14:17:56 / cg"
+    "Modified: 9.9.1996 / 22:19:16 / cg"
 !
 
 classCategoryNewCategory
@@ -7396,6 +7396,6 @@
 !BrowserView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.165 1996-09-09 16:55:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.166 1996-09-09 20:20:26 cg Exp $'
 ! !
 BrowserView initialize!
--- a/BrwsrView.st	Mon Sep 09 20:41:46 1996 +0200
+++ b/BrwsrView.st	Mon Sep 09 22:20:26 1996 +0200
@@ -544,7 +544,7 @@
         labels :=  #(
                         'fileOut each binary ...'
                         '-'
-                        'overall history ...'
+                        'repository history ...'
                         '-'
                         'checkin each ...'
                     ).
@@ -557,7 +557,7 @@
                      ).
     ] ifFalse:[
         labels :=  #(
-                        'overall history ...'
+                        'repository history ...'
                     ).
         selectors := #(
                         classCategoryRepositoryHistory
@@ -692,7 +692,7 @@
     ^ m
 
     "Created: 14.9.1995 / 10:50:17 / claus"
-    "Modified: 7.9.1996 / 14:17:56 / cg"
+    "Modified: 9.9.1996 / 22:19:16 / cg"
 !
 
 classCategoryNewCategory
@@ -7396,6 +7396,6 @@
 !BrowserView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.165 1996-09-09 16:55:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.166 1996-09-09 20:20:26 cg Exp $'
 ! !
 BrowserView initialize!