category renamining
authorClaus Gittinger <cg@exept.de>
Mon, 17 Jan 2000 12:28:50 +0100
changeset 1310 6ea1bca9654c
parent 1309 e1a5417b5228
child 1311 2a297e71602c
category renamining
KeyboardProcessor.st
--- a/KeyboardProcessor.st	Mon Jan 17 12:27:22 2000 +0100
+++ b/KeyboardProcessor.st	Mon Jan 17 12:28:50 2000 +0100
@@ -73,7 +73,7 @@
 
 ! !
 
-!KeyboardProcessor methodsFor:'ST80 - mimicri'!
+!KeyboardProcessor methodsFor:'Compatibility ST80'!
 
 keyboardConsumers
     ^ #()
@@ -238,5 +238,5 @@
 !KeyboardProcessor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.9 1999-10-07 11:13:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.10 2000-01-17 11:28:50 cg Exp $'
 ! !