uff - version methods changed to return stings
authorClaus Gittinger <cg@exept.de>
Sat, 11 Nov 1995 16:41:09 +0100
changeset 165 df29ee4514c1
parent 164 343350b830f5
child 166 19b8c6560eba
uff - version methods changed to return stings
AboutBox.st
BrowserView.st
BrwsrView.st
ChangeSetBrowser.st
ChgSetBrwsr.st
ClassInspV.st
ClassInspectorView.st
ClrInspV.st
ColorInspectorView.st
ConInspV.st
ContextInspectorView.st
DebugView.st
DictInspV.st
DictionaryInspectorView.st
DiffTextView.st
DiffTxtV.st
DirBrwsr.st
EvMonitor.st
EventMonitor.st
FBrowser.st
FileBrowser.st
ImageInspectorView.st
ImgInspV.st
InspView.st
InspectorView.st
Launcher.st
MemMonitor.st
MemUsageV.st
MemoryMonitor.st
MemoryUsageView.st
OCInspView.st
OldLauncher.st
OrderedCollectionInspectorView.st
ProcMonitor.st
ProcessMonitor.st
ProjectV.st
ProjectView.st
SBrowser.st
SystemBrowser.st
--- a/AboutBox.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/AboutBox.st	Sat Nov 11 16:41:09 1995 +0100
@@ -22,9 +22,7 @@
 !AboutBox class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.8 1995-08-29 17:56:51 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.9 1995-11-11 15:38:49 cg Exp $'
 !
 
 documentation
--- a/BrowserView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/BrowserView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -28,9 +28,8 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.35 1995-11-10 21:47:02 cg Exp $
-"!
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.36 1995-11-11 15:39:04 cg Exp $'
+!
 
 documentation
 "
--- a/BrwsrView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/BrwsrView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -28,9 +28,8 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.35 1995-11-10 21:47:02 cg Exp $
-"!
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.36 1995-11-11 15:39:04 cg Exp $'
+!
 
 documentation
 "
--- a/ChangeSetBrowser.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ChangeSetBrowser.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.8 1995-08-30 18:35:28 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.9 1995-11-11 15:39:24 cg Exp $'
 !
 
 documentation
--- a/ChgSetBrwsr.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ChgSetBrwsr.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/ChgSetBrwsr.st,v 1.8 1995-08-30 18:35:28 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ChgSetBrwsr.st,v 1.9 1995-11-11 15:39:24 cg Exp $'
 !
 
 documentation
--- a/ClassInspV.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ClassInspV.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/ClassInspV.st,v 1.5 1995-08-30 18:35:31 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ClassInspV.st,v 1.6 1995-11-11 15:39:25 cg Exp $'
 !
 
 documentation
--- a/ClassInspectorView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ClassInspectorView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.5 1995-08-30 18:35:31 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.6 1995-11-11 15:39:25 cg Exp $'
 !
 
 documentation
--- a/ClrInspV.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ClrInspV.st	Sat Nov 11 16:41:09 1995 +0100
@@ -24,9 +24,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/ClrInspV.st,v 1.4 1995-08-10 18:37:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ClrInspV.st,v 1.5 1995-11-11 15:39:26 cg Exp $'
 ! !
 
 !ColorInspectorView methodsFor:'accessing'!
--- a/ColorInspectorView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ColorInspectorView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -24,9 +24,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/ColorInspectorView.st,v 1.4 1995-08-10 18:37:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/ColorInspectorView.st,v 1.5 1995-11-11 15:39:26 cg Exp $'
 ! !
 
 !ColorInspectorView methodsFor:'accessing'!
--- a/ConInspV.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ConInspV.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/ConInspV.st,v 1.15 1995-08-30 18:35:37 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ConInspV.st,v 1.16 1995-11-11 15:39:27 cg Exp $'
 !
 
 documentation
--- a/ContextInspectorView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ContextInspectorView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.15 1995-08-30 18:35:37 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.16 1995-11-11 15:39:27 cg Exp $'
 !
 
 documentation
--- a/DebugView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/DebugView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -25,13 +25,6 @@
 	 category:'Interface-Debugger'
 !
 
-DebugView comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.47 1995-11-02 16:24:46 cg Exp $
-'!
-
 !DebugView class methodsFor:'documentation'!
 
 copyright
@@ -49,9 +42,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.47 1995-11-02 16:24:46 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.48 1995-11-11 15:39:37 cg Exp $'
 !
 
 documentation
@@ -545,7 +536,7 @@
      Otherwise, the GC will not be able to release it"
 
     windowGroup notNil ifTrue:[
-        windowGroup setProcess:nil.
+	windowGroup setProcess:nil.
     ].
 
     busy := false.
--- a/DictInspV.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/DictInspV.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/DictInspV.st,v 1.16 1995-08-30 18:35:41 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/DictInspV.st,v 1.17 1995-11-11 15:39:48 cg Exp $'
 !
 
 documentation
--- a/DictionaryInspectorView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/DictionaryInspectorView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.16 1995-08-30 18:35:41 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.17 1995-11-11 15:39:48 cg Exp $'
 !
 
 documentation
--- a/DiffTextView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/DiffTextView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.8 1995-08-30 18:35:44 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.9 1995-11-11 15:39:50 cg Exp $'
 !
 
 documentation
--- a/DiffTxtV.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/DiffTxtV.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/DiffTxtV.st,v 1.8 1995-08-30 18:35:44 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/DiffTxtV.st,v 1.9 1995-11-11 15:39:50 cg Exp $'
 !
 
 documentation
--- a/DirBrwsr.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/DirBrwsr.st	Sat Nov 11 16:41:09 1995 +0100
@@ -35,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/DirBrwsr.st,v 1.12 1995-08-30 18:35:47 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/DirBrwsr.st,v 1.13 1995-11-11 15:39:52 cg Exp $'
 !
 
 documentation
--- a/EvMonitor.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/EvMonitor.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/EvMonitor.st,v 1.9 1995-08-30 18:35:50 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/EvMonitor.st,v 1.10 1995-11-11 15:39:54 cg Exp $'
 !
 
 documentation
--- a/EventMonitor.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/EventMonitor.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/EventMonitor.st,v 1.9 1995-08-30 18:35:50 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/EventMonitor.st,v 1.10 1995-11-11 15:39:54 cg Exp $'
 !
 
 documentation
--- a/FBrowser.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/FBrowser.st	Sat Nov 11 16:41:09 1995 +0100
@@ -24,13 +24,6 @@
 	 category:'Interface-Browsers'
 !
 
-FileBrowser comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.53 1995-10-23 20:08:11 cg Exp $
-'!
-
 !FileBrowser class methodsFor:'documentation'!
 
 copyright
@@ -48,9 +41,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.53 1995-10-23 20:08:11 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.54 1995-11-11 15:40:02 cg Exp $'
 !
 
 documentation
--- a/FileBrowser.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/FileBrowser.st	Sat Nov 11 16:41:09 1995 +0100
@@ -24,13 +24,6 @@
 	 category:'Interface-Browsers'
 !
 
-FileBrowser comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.53 1995-10-23 20:08:11 cg Exp $
-'!
-
 !FileBrowser class methodsFor:'documentation'!
 
 copyright
@@ -48,9 +41,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.53 1995-10-23 20:08:11 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.54 1995-11-11 15:40:02 cg Exp $'
 !
 
 documentation
--- a/ImageInspectorView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ImageInspectorView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -41,9 +41,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.7 1995-08-30 18:35:54 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.8 1995-11-11 15:40:10 cg Exp $'
 ! !
 
 !ImageInspectorView methodsFor:'accessing'!
--- a/ImgInspV.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ImgInspV.st	Sat Nov 11 16:41:09 1995 +0100
@@ -41,9 +41,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/ImgInspV.st,v 1.7 1995-08-30 18:35:54 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ImgInspV.st,v 1.8 1995-11-11 15:40:10 cg Exp $'
 ! !
 
 !ImageInspectorView methodsFor:'accessing'!
--- a/InspView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/InspView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -37,9 +37,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/InspView.st,v 1.29 1995-08-30 18:35:57 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/InspView.st,v 1.30 1995-11-11 15:40:13 cg Exp $'
 !
 
 documentation
--- a/InspectorView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/InspectorView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -37,9 +37,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.29 1995-08-30 18:35:57 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.30 1995-11-11 15:40:13 cg Exp $'
 !
 
 documentation
--- a/Launcher.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/Launcher.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.46 1995-11-11 14:53:15 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.47 1995-11-11 15:40:36 cg Exp $'
 !
 
 documentation
--- a/MemMonitor.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/MemMonitor.st	Sat Nov 11 16:41:09 1995 +0100
@@ -38,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/MemMonitor.st,v 1.25 1995-11-10 11:45:50 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/MemMonitor.st,v 1.26 1995-11-11 15:40:26 cg Exp $'
 !
 
 documentation
--- a/MemUsageV.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/MemUsageV.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/MemUsageV.st,v 1.13 1995-09-21 12:26:39 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/MemUsageV.st,v 1.14 1995-11-11 15:40:30 cg Exp $'
 !
 
 documentation
--- a/MemoryMonitor.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/MemoryMonitor.st	Sat Nov 11 16:41:09 1995 +0100
@@ -38,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.25 1995-11-10 11:45:50 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.26 1995-11-11 15:40:26 cg Exp $'
 !
 
 documentation
--- a/MemoryUsageView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/MemoryUsageView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/MemoryUsageView.st,v 1.13 1995-09-21 12:26:39 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryUsageView.st,v 1.14 1995-11-11 15:40:30 cg Exp $'
 !
 
 documentation
--- a/OCInspView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/OCInspView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/OCInspView.st,v 1.10 1995-08-10 18:38:14 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/OCInspView.st,v 1.11 1995-11-11 15:40:42 cg Exp $'
 ! !
 
 !OrderedCollectionInspectorView methodsFor:'private'!
--- a/OldLauncher.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/OldLauncher.st	Sat Nov 11 16:41:09 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Smalltalk'
 !
 
-Launcher comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.32 1995-08-10 18:37:56 claus Exp $
-'!
-
 !Launcher class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.32 1995-08-10 18:37:56 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.33 1995-11-11 15:40:19 cg Exp $'
 !
 
 documentation
--- a/OrderedCollectionInspectorView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/OrderedCollectionInspectorView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.10 1995-08-10 18:38:14 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.11 1995-11-11 15:40:42 cg Exp $'
 ! !
 
 !OrderedCollectionInspectorView methodsFor:'private'!
--- a/ProcMonitor.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ProcMonitor.st	Sat Nov 11 16:41:09 1995 +0100
@@ -38,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.23 1995-10-23 20:08:21 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.24 1995-11-11 15:40:46 cg Exp $'
 !
 
 documentation
--- a/ProcessMonitor.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ProcessMonitor.st	Sat Nov 11 16:41:09 1995 +0100
@@ -38,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.23 1995-10-23 20:08:21 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.24 1995-11-11 15:40:46 cg Exp $'
 !
 
 documentation
--- a/ProjectV.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ProjectV.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/ProjectV.st,v 1.17 1995-08-10 18:38:22 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ProjectV.st,v 1.18 1995-11-11 15:40:50 cg Exp $'
 ! !
 
 !ProjectView class methodsFor:'instance creation'!
--- a/ProjectView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/ProjectView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.17 1995-08-10 18:38:22 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.18 1995-11-11 15:40:50 cg Exp $'
 ! !
 
 !ProjectView class methodsFor:'instance creation'!
--- a/SBrowser.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/SBrowser.st	Sat Nov 11 16:41:09 1995 +0100
@@ -63,9 +63,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.40 1995-09-21 12:26:50 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.41 1995-11-11 15:41:09 cg Exp $'
 !
 
 documentation
--- a/SystemBrowser.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/SystemBrowser.st	Sat Nov 11 16:41:09 1995 +0100
@@ -63,9 +63,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.40 1995-09-21 12:26:50 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.41 1995-11-11 15:41:09 cg Exp $'
 !
 
 documentation