WarningBox.st
changeset 243 5c411425097d
parent 197 00927189c882
child 355 a55f62047156
--- a/WarningBox.st	Thu Dec 07 23:20:54 1995 +0100
+++ b/WarningBox.st	Thu Dec 07 23:25:03 1995 +0100
@@ -80,10 +80,6 @@
 	aBox form:(Image fromFile:'bitmaps/SmalltalkX.xbm').
 	aBox showAtPointer.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.12 1995-11-23 02:26:48 cg Exp $'
 ! !
 
 !WarningBox class methodsFor:'icon bitmap'!
@@ -153,3 +149,8 @@
     super showAtPointer
 ! !
 
+!WarningBox class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.13 1995-12-07 22:23:57 cg Exp $'
+! !