MultiColListEntry.st
changeset 109 88467c13bf31
parent 108 b228b94be590
child 158 431e38dfc5ab
--- a/MultiColListEntry.st	Mon Dec 11 18:05:14 1995 +0100
+++ b/MultiColListEntry.st	Mon Dec 11 18:06:59 1995 +0100
@@ -400,7 +400,7 @@
 		aGC displayOpaqueString:subString x:xPos y:y.
 	    ] ifFalse:[    
 		aGC displayString:subString x:xPos y:y.
-	    ]    
+	    ].    
 	    prevString := subString.
 	]
     ].
@@ -447,5 +447,5 @@
 !MultiColListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MultiColListEntry.st,v 1.13 1995-12-11 17:05:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MultiColListEntry.st,v 1.14 1995-12-11 17:06:59 cg Exp $'
 ! !