ExternalTopView.st
changeset 2297 68b28da467d4
parent 2150 603c7cf7137f
child 2593 c12772fa8d0d
--- a/ExternalTopView.st	Fri Mar 30 23:40:13 2007 +0200
+++ b/ExternalTopView.st	Sat Apr 07 23:52:29 2007 +0200
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 "{ Package: 'stx:libview2' }"
 
 TopView subclass:#ExternalTopView
@@ -71,7 +69,7 @@
 !ExternalTopView methodsFor:'private'!
 
 alienViewHasBeenDestroyed
-'alienViewHasBeenDestroyed' printCR.
+    'alienViewHasBeenDestroyed' infoPrintCR.
     self sensor notNil ifTrue:[
         self sensor destroyedView:self
     ] ifFalse:[
@@ -311,5 +309,5 @@
 !ExternalTopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ExternalTopView.st,v 1.14 2006-08-21 10:18:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ExternalTopView.st,v 1.15 2007-04-07 21:52:29 stefan Exp $'
 ! !