checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 18 Jul 2000 11:08:32 +0200
changeset 1378 1fa42c9a3e24
parent 1377 85ce073f8a2b
child 1379 fc637aed5a94
checkin from browser
ApplicationModel.st
--- a/ApplicationModel.st	Thu May 25 18:08:23 2000 +0200
+++ b/ApplicationModel.st	Tue Jul 18 11:08:32 2000 +0200
@@ -2188,8 +2188,6 @@
      the ok-button (if any), IFF the application has been
      opened modal (i.e. as a dialog)."
 
-    |kp|
-
     "/ the following is a bad kludge -
     "/ actually, modal apps should inherit from SimpleDialog
     "/ (then, things would be clean)
@@ -2397,6 +2395,6 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.134 2000-05-25 16:08:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.135 2000-07-18 09:08:32 cg Exp $'
 ! !
 ApplicationModel initialize!