SelectionInList.st
changeset 2748 c1efcd93841b
parent 2445 311a83c7d4ee
child 3541 73dd9da193e7
--- a/SelectionInList.st	Wed May 07 16:44:19 2003 +0200
+++ b/SelectionInList.st	Wed May 07 16:46:06 2003 +0200
@@ -337,7 +337,7 @@
     "Modified: / 21.5.1998 / 03:17:56 / cg"
 ! !
 
-!SelectionInList methodsFor:'obsolete - backward compatibility'!
+!SelectionInList methodsFor:'obsolete-backward compatibility'!
 
 index
     "return the selections index.
@@ -442,5 +442,5 @@
 !SelectionInList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.28 2001-10-18 13:05:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.29 2003-05-07 14:46:06 cg Exp $'
 ! !