AspectAdaptor.st
changeset 71 5b34cd877517
parent 69 225a9efd50f5
child 74 4f786ce84f51
--- a/AspectAdaptor.st	Tue May 09 03:53:35 1995 +0200
+++ b/AspectAdaptor.st	Wed May 10 04:26:18 1995 +0200
@@ -2,7 +2,7 @@
 	 instanceVariableNames:'myAspect getMsg putMsg'
 	 classVariableNames:''
 	 poolDictionaries:''
-	 category:'Interface-Support'
+	 category:'Interface-Support-Models'
 !
 
 !AspectAdaptor class methodsFor:'documentation'!
@@ -10,7 +10,7 @@
 copyright
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -23,7 +23,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.1 1995-05-09 00:20:52 claus Exp $
+$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.2 1995-05-10 02:24:43 claus Exp $
 "
 !