windowType
authorClaus Gittinger <cg@exept.de>
Fri, 01 Apr 2005 18:50:23 +0200
changeset 2038 b66ff6d8c24d
parent 2037 a99b25a83641
child 2039 30187ff89c64
windowType
ApplicationModel.st
--- a/ApplicationModel.st	Thu Mar 17 16:26:23 2005 +0100
+++ b/ApplicationModel.st	Fri Apr 01 18:50:23 2005 +0200
@@ -2031,6 +2031,7 @@
     "open the window - assumes that the builder has already setup
      the interface."
 
+    self window beToolDialog.
     ^ builder openDialog.
 
     "Modified: 14.2.1997 / 20:32:52 / cg"
@@ -2813,7 +2814,7 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.210 2004-11-25 17:44:25 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.211 2005-04-01 16:50:23 cg Exp $'
 ! !
 
 ApplicationModel initialize!