SmalltalkAppletContext.st
changeset 234 78953bbfaba1
parent 205 11cd2ad78854
child 258 35364e39bc0e
--- a/SmalltalkAppletContext.st	Mon Aug 18 15:48:26 1997 +0000
+++ b/SmalltalkAppletContext.st	Mon Aug 18 15:48:39 1997 +0000
@@ -2,7 +2,7 @@
 	instanceVariableNames:'statusHolder'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Java-Support'
+	category:'Java-Views-Support'
 !
 
 
@@ -50,5 +50,5 @@
 !SmalltalkAppletContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/SmalltalkAppletContext.st,v 1.3 1997/08/08 10:22:58 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/SmalltalkAppletContext.st,v 1.4 1997/08/18 15:48:39 cg Exp $'
 ! !