UILayoutTool.st
changeset 1726 7117789f3020
parent 1709 f5bb3fc6e05a
child 1738 bdb5bedd2b57
--- a/UILayoutTool.st	Mon May 19 12:10:22 2003 +0200
+++ b/UILayoutTool.st	Tue May 20 18:55:39 2003 +0200
@@ -882,7 +882,7 @@
 !
 
 selection:aSelection
-    |appl slice sel noteBook key view|
+    |appl slice sel key view|
 
     aSelection isNumber ifTrue:[
         aSelection ~~ 0 ifTrue:[sel := tabList at:aSelection]