category renamining
authorClaus Gittinger <cg@exept.de>
Mon, 17 Jan 2000 12:18:33 +0100
changeset 2100 69c10efca8f4
parent 2099 1f2eacc75651
child 2101 8f2fab818f71
category renamining
SequenceView.st
TextView.st
--- a/SequenceView.st	Mon Jan 17 12:04:21 2000 +0100
+++ b/SequenceView.st	Mon Jan 17 12:18:33 2000 +0100
@@ -42,7 +42,7 @@
     "Created: / 20.6.1998 / 14:17:01 / cg"
 ! !
 
-!SequenceView methodsFor:'Compatibility - ST-80'!
+!SequenceView methodsFor:'Compatibility - ST80'!
 
 optimizeForText
     "dummy - ST-80 compatibility"
@@ -77,5 +77,5 @@
 !SequenceView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SequenceView.st,v 1.5 1999-10-04 10:46:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SequenceView.st,v 1.6 2000-01-17 11:17:53 cg Exp $'
 ! !
--- a/TextView.st	Mon Jan 17 12:04:21 2000 +0100
+++ b/TextView.st	Mon Jan 17 12:18:33 2000 +0100
@@ -416,7 +416,7 @@
     "Modified: 5.3.1997 / 15:37:37 / cg"
 ! !
 
-!TextView methodsFor:'Compatibility - ST-80'!
+!TextView methodsFor:'Compatibility - ST80'!
 
 selectionStartIndex
     "ST-80 compatibility: return the selections start character position."
@@ -2977,5 +2977,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.147 1999-12-09 11:11:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.148 2000-01-17 11:18:33 cg Exp $'
 ! !