JavaEmbeddedFrameView.st
changeset 2108 ca8c4e7db2e8
parent 2087 2e1a2d10b891
child 2116 6178a12902ca
--- a/JavaEmbeddedFrameView.st	Fri Nov 22 21:09:21 2002 +0100
+++ b/JavaEmbeddedFrameView.st	Fri Nov 22 21:14:07 2002 +0100
@@ -20,7 +20,7 @@
 		autoDestroyApplet isNS40 attributeHashTable appletIsPreloaded'
 	classVariableNames:'NextSequentialAppletID'
 	poolDictionaries:''
-	category:'Java-Views-Support'
+	category:'Languages-Java-Views-Support'
 !
 
 !JavaEmbeddedFrameView class methodsFor:'documentation'!
@@ -653,5 +653,5 @@
 !JavaEmbeddedFrameView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/JavaEmbeddedFrameView.st,v 1.23 2000-12-11 16:23:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaEmbeddedFrameView.st,v 1.24 2002-11-22 20:14:01 cg Exp $'
 ! !