ComboView.st
changeset 2499 a2b676b9292c
parent 2477 994d88ef4334
child 2750 4e0f6fde1ae8
--- a/ComboView.st	Wed May 07 16:45:33 2003 +0200
+++ b/ComboView.st	Wed May 07 16:54:30 2003 +0200
@@ -451,7 +451,7 @@
     "Modified: / 21.4.1998 / 20:10:05 / cg"
 ! !
 
-!ComboView methodsFor:'initialize / release'!
+!ComboView methodsFor:'initialization & release'!
 
 initialize
     |prefExt leftInset rightInset prefWidth halfSpacing l nm|
@@ -693,5 +693,5 @@
 !ComboView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.74 2003-04-08 14:13:25 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.75 2003-05-07 14:54:30 cg Exp $'
 ! !