InputView.st
changeset 235 236f3222fa88
parent 225 7c62c2ffb363
child 286 b7f2e2aefae1
--- a/InputView.st	Mon Apr 29 10:47:15 1996 +0200
+++ b/InputView.st	Tue Apr 30 15:43:16 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'eventReceiver'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Views-Basic'
+	category:'Views-Special'
 !
 
 !InputView class methodsFor:'documentation'!
@@ -161,5 +161,5 @@
 !InputView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.11 1996-04-25 17:15:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.12 1996-04-30 13:43:16 cg Exp $'
 ! !