OSHandle.st
changeset 7298 9b3c69eb2c5d
parent 6439 0f841258ec4a
child 7593 e7550b9ef84a
--- a/OSHandle.st	Mon May 19 12:10:56 2003 +0200
+++ b/OSHandle.st	Mon May 19 12:13:53 2003 +0200
@@ -23,7 +23,7 @@
 "
 ! !
 
-!OSHandle class methodsFor:'Compatibility - VW'!
+!OSHandle class methodsFor:'Compatibility-VW'!
 
 currentOS
     "ST-80 compatibility."
@@ -61,5 +61,5 @@
 !OSHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OSHandle.st,v 1.8 2002-03-04 14:21:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OSHandle.st,v 1.9 2003-05-19 10:13:32 cg Exp $'
 ! !