DataSetBuilder.st
changeset 2021 5b7cc72d8226
parent 2000 345bb527e187
child 2074 e641cebacc5c
--- a/DataSetBuilder.st	Mon Mar 06 09:35:02 2006 +0100
+++ b/DataSetBuilder.st	Mon Mar 06 09:47:37 2006 +0100
@@ -3046,11 +3046,10 @@
 !
 
 postOpenWith:aBuilder
-    "reset keyboardProcessor for menuBar
-    "
+    "reset keyboardProcessor for menuBar"
+
     super postOpenWith: aBuilder.
     aBuilder keyboardProcessor menuBar:nil.
-
 ! !
 
 !DataSetBuilder methodsFor:'user actions'!