UserConfirmation.st
changeset 14951 c0fd00efb042
parent 14950 98ea43c237ae
child 16564 a0fa3d6f41ad
child 18040 a11a12546f23
--- a/UserConfirmation.st	Mon Mar 25 15:00:19 2013 +0100
+++ b/UserConfirmation.st	Mon Mar 25 15:00:49 2013 +0100
@@ -50,7 +50,7 @@
         keeping the flag in a global (very bad)
         keeping it in a class var (almost as bad)
 
-    Notice: thats one of the nice consequences of proceedable exceptions.
+    Notice: that's one of the nice consequences of proceedable exceptions.
 
     [authors:]
         Stefan Vogel
@@ -153,6 +153,10 @@
 !UserConfirmation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserConfirmation.st,v 1.6 2013-03-25 14:00:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserConfirmation.st,v 1.7 2013-03-25 14:00:49 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/UserConfirmation.st,v 1.7 2013-03-25 14:00:49 cg Exp $'
 ! !