Workstation.st
changeset 615 59b046c2e44f
parent 525 887095af4387
child 729 d2fdca1c2895
--- a/Workstation.st	Thu Apr 25 18:40:35 1996 +0200
+++ b/Workstation.st	Thu Apr 25 18:42:15 1996 +0200
@@ -38,6 +38,9 @@
     this class is only here, to get an instance of XWorkstation
     named Display - this cannot be done in XWorkstation since Display
     is defined in X.h/Xlib.h -- sigh
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -151,6 +154,6 @@
 !Workstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/Workstation.st,v 1.17 1996-03-08 18:56:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/Workstation.st,v 1.18 1996-04-25 16:41:48 cg Exp $'
 ! !
 Workstation initialize!