KeyboardForwarder.st
changeset 5277 27d26caa8086
parent 3682 d756fdb95712
child 6352 7db661989259
--- a/KeyboardForwarder.st	Mon Jun 01 10:43:28 2009 +0200
+++ b/KeyboardForwarder.st	Mon Jun 01 10:43:32 2009 +0200
@@ -9,15 +9,13 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 "{ Package: 'stx:libview' }"
 
 Object subclass:#KeyboardForwarder
 	instanceVariableNames:'sourceView destinationView destination condition filter'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Support'
+	category:'Interface-Support-UI'
 !
 
 !KeyboardForwarder class methodsFor:'documentation'!
@@ -485,5 +483,5 @@
 !KeyboardForwarder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.26 2002-08-02 11:57:28 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.27 2009-06-01 08:43:32 cg Exp $'
 ! !