UIPainter.st
changeset 333 a2e23dea36bf
parent 328 0e8a4296dec1
child 341 0f297824bcf6
--- a/UIPainter.st	Wed Oct 15 12:59:56 1997 +0200
+++ b/UIPainter.st	Wed Oct 15 15:39:01 1997 +0200
@@ -1411,12 +1411,12 @@
     aspect := self specTool specification columns.
     editor := DataSetBuilder new.
     editor columns:aspect fromView:(self layoutTool layoutView).
-    editor className:(self specTool specification className).
+    editor rowClassName:(self specTool specification rowClassName).
     editor openModal.
 
     editor hasChanged ifTrue:[
         self specTool specification columns:(editor columns).
-        self specTool specification className:(editor className).
+        self specTool specification rowClassName:(editor rowClassName).
         self modifiedChannel value:true.
     ].
 !