KeyboardForwarder.st
changeset 7660 7541edd3ab40
parent 6352 7db661989259
child 8362 573b5a8cc1c5
--- a/KeyboardForwarder.st	Fri Nov 04 16:07:48 2016 +0100
+++ b/KeyboardForwarder.st	Fri Nov 04 16:08:59 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#KeyboardForwarder
 	instanceVariableNames:'sourceView destinationView destination condition filter'
 	classVariableNames:''
@@ -44,7 +46,7 @@
     Also, it allows to catch certain individual keys to ignore them or
     perform different functions.
 
-    Notice, that delegates dont have to be instances of
+    Notice, that delegates don't have to be instances of
     myself; any object with a protocol similar to mine can be used as
     a delegate. 
     (i.e. any object that responds to 
@@ -507,6 +509,6 @@
 !KeyboardForwarder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.28 2014-03-21 18:30:26 stefan Exp $'
+    ^ '$Header$'
 ! !