WinBuilder.st
changeset 613 6710e08df94a
parent 611 10d6eccf083c
child 664 3115cc4e4678
--- a/WinBuilder.st	Fri Jun 20 19:30:45 1997 +0200
+++ b/WinBuilder.st	Fri Jun 20 19:31:49 1997 +0200
@@ -159,7 +159,6 @@
     |v key|
 
     helpKeys isNil ifTrue:[^ nil].
-
     v := aComponent.
     [v notNil] whileTrue:[
         (key := helpKeys at:v ifAbsent:nil) notNil ifTrue:[
@@ -706,5 +705,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/WinBuilder.st,v 1.41 1997-06-20 11:37:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/WinBuilder.st,v 1.42 1997-06-20 17:31:49 ca Exp $'
 ! !