ModalBox.st
changeset 5495 451ba572dffa
parent 5386 7bb5b24b9bb2
child 5513 9af55a873ca9
--- a/ModalBox.st	Fri Nov 06 17:45:25 2009 +0100
+++ b/ModalBox.st	Fri Nov 06 18:51:38 2009 +0100
@@ -130,7 +130,7 @@
 
 usingTransientViews 
     "return true, if transient views are used 
-     for modalBoxes. This is somewhat oboslete."
+     for modalBoxes. This is somewhat obsolete."
 
     ^ UseTransientViews
 
@@ -895,11 +895,11 @@
 !ModalBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.98 2009-10-23 15:20:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.99 2009-11-06 17:51:38 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.98 2009-10-23 15:20:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.99 2009-11-06 17:51:38 stefan Exp $'
 ! !
 
 ModalBox initialize!