WindowBuilder.st
changeset 3776 3450a77da035
parent 3701 85982bace9f7
child 4070 54520fdc9e29
child 4278 8cc5f9eafef8
--- a/WindowBuilder.st	Fri Nov 04 16:05:46 2016 +0100
+++ b/WindowBuilder.st	Fri Nov 04 16:21:30 2016 +0100
@@ -307,8 +307,8 @@
     |widget|
 
     namedComponents notNil ifTrue:[
-	widget := namedComponents at:name asSymbol ifAbsent:nil.
-	widget notNil ifTrue:[^ widget].
+        widget := namedComponents at:name asSymbol ifAbsent:nil.
+        widget notNil ifTrue:[^ widget].
     ].
 
     "/ cg the following code looks in any application-
@@ -316,7 +316,7 @@
     "/ This has an effect, if a subcanvases builder is asked for
     "/ a component, which is actually held by the real-apps builder
     "/ (in case they have different builders).
-    "/ For now, this code is disabled, since I dont know what effect this
+    "/ For now, this code is disabled, since I don't know what effect this
     "/ has to existing code ...
 
 "/    application notNil ifTrue:[