WindowBuilder.st
changeset 1995 6b94d8ebe2c6
parent 1993 765d49601916
child 2001 9b80263fc0f1
--- a/WindowBuilder.st	Sat Jun 19 14:53:52 2004 +0200
+++ b/WindowBuilder.st	Mon Jun 21 10:24:07 2004 +0200
@@ -637,8 +637,7 @@
 !
 
 window
-    "return the top window (view), for which an interface
-     is (being) built"
+    "return the top window (view), for which an interface is (being) built"
 
     ^ window
 
@@ -1376,5 +1375,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.115 2004-06-11 14:03:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.116 2004-06-21 08:24:07 ca Exp $'
 ! !