StandardSystemView.st
changeset 4512 944a57a7da05
parent 4496 e81d011f6a45
child 4558 af507104010d
--- a/StandardSystemView.st	Fri Mar 10 11:13:06 2006 +0100
+++ b/StandardSystemView.st	Mon Mar 13 12:34:03 2006 +0100
@@ -326,6 +326,12 @@
 	   minExtent:minExtent maxExtent:maxExtent
 ! !
 
+!StandardSystemView class methodsFor:'Compatibility-VW'!
+
+promptForOpen:aBoolean
+    "not implemented here"
+! !
+
 !StandardSystemView class methodsFor:'class initialization'!
 
 initialize
@@ -1619,7 +1625,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.166 2006-02-24 11:27:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.167 2006-03-13 11:34:03 cg Exp $'
 ! !
 
 StandardSystemView initialize!