ClassDescription.st
changeset 14417 fdef0682518b
parent 14295 7ce0d687b3be
child 14511 1be40223154a
--- a/ClassDescription.st	Mon Oct 22 22:26:16 2012 +0200
+++ b/ClassDescription.st	Tue Oct 23 00:28:52 2012 +0200
@@ -820,6 +820,7 @@
     "Created: / 28.3.1998 / 21:21:52 / cg"
 ! !
 
+
 !ClassDescription methodsFor:'Compatibility-V''Age'!
 
 categoriesFor:aSelector are:listOfCategories
@@ -1494,7 +1495,7 @@
     [
         changesStream := streamType fileNamed:fileName.
     ] on:FileStream openErrorSignal do:[:ex|
-        self warn:'cannot create/update the changes file (check permissions)'.
+        self warn:'Cannot create/update the changes file (check permissions)'.
         ^ nil
     ].
 
@@ -4218,11 +4219,11 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.225 2012-08-03 15:54:13 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.226 2012-10-22 22:28:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.225 2012-08-03 15:54:13 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.226 2012-10-22 22:28:52 cg Exp $'
 ! !
 
 ClassDescription initialize!