comment/format in: #aboutClass:
authorClaus Gittinger <cg@exept.de>
Wed, 20 Jan 2010 22:50:27 +0100
changeset 4132 783ba5afbcf0
parent 4131 d04a1ded4dc6
child 4133 35b38f8dde66
comment/format in: #aboutClass:
DialogBox.st
--- a/DialogBox.st	Mon Jan 11 17:33:06 2010 +0100
+++ b/DialogBox.st	Wed Jan 20 22:50:27 2010 +0100
@@ -1127,7 +1127,7 @@
 !
 
 aboutClass:aClass
-    "opens astandard (simple) aboutBox for aClass."
+    "opens a standard (simple) aboutBox for aClass."
 
     |rev clsRev msg resources|
 
@@ -9000,11 +9000,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.293 2009-11-12 13:25:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.294 2010-01-20 21:50:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.293 2009-11-12 13:25:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.294 2010-01-20 21:50:27 cg Exp $'
 ! !
 
 DialogBox initialize!