checkin from browser
authorca
Tue, 18 Feb 1997 12:02:04 +0100
changeset 438 c3d379e83de7
parent 437 092e025be49e
child 439 00d7fa5cf3f0
checkin from browser
AppModel.st
ApplicationModel.st
--- a/AppModel.st	Tue Feb 18 12:00:46 1997 +0100
+++ b/AppModel.st	Tue Feb 18 12:02:04 1997 +0100
@@ -972,7 +972,7 @@
     "open the window - assumes that the builder has already setup
      the interface."
 
-    builder openWindow.
+    builder open.
 
     "Created: 14.2.1997 / 20:20:39 / cg"
 !
@@ -1255,6 +1255,6 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.42 1997-02-18 11:00:46 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.43 1997-02-18 11:02:04 ca Exp $'
 ! !
 ApplicationModel initialize!
--- a/ApplicationModel.st	Tue Feb 18 12:00:46 1997 +0100
+++ b/ApplicationModel.st	Tue Feb 18 12:02:04 1997 +0100
@@ -972,7 +972,7 @@
     "open the window - assumes that the builder has already setup
      the interface."
 
-    builder openWindow.
+    builder open.
 
     "Created: 14.2.1997 / 20:20:39 / cg"
 !
@@ -1255,6 +1255,6 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.42 1997-02-18 11:00:46 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.43 1997-02-18 11:02:04 ca Exp $'
 ! !
 ApplicationModel initialize!