compilable
authorClaus Gittinger <cg@exept.de>
Thu, 09 Nov 2000 19:03:47 +0100
changeset 3374 3313d1faa927
parent 3373 3585120d4d58
child 3375 08b67e29a66e
compilable
SimpleView.st
--- a/SimpleView.st	Thu Nov 09 17:14:17 2000 +0100
+++ b/SimpleView.st	Thu Nov 09 19:03:47 2000 +0100
@@ -5979,7 +5979,8 @@
 performShortcutAction
     "perform my shortcutKey action.
     "
-    "/ intentionally left blank here!
+    "/ intentionally left blank here
+!
 
 processShortcut:aKeyEvent
     "a  shortcutKey event as forwarded from the keyboardProcessor - if there is the
@@ -8965,6 +8966,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.394 2000-11-09 15:23:44 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.395 2000-11-09 18:03:47 cg Exp $'
 ! !
 SimpleView initialize!