*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 29 Nov 1999 12:50:06 +0100
changeset 397 5ad969d9ea05
parent 396 a17124ca4b63
child 398 bbb3ba0bb33d
*** empty log message ***
patches
smalltalk.rc
--- a/patches	Fri Nov 19 16:00:08 1999 +0100
+++ b/patches	Mon Nov 29 12:50:06 1999 +0100
@@ -95,7 +95,7 @@
 "/
 requiredClasses := #( 
      ObsoleteObject
-     BinaryIOManager BinaryInputManager BinaryOutputManager BinaryObjectStorage
+     "/ BinaryIOManager BinaryInputManager BinaryOutputManager BinaryObjectStorage
      StringCollection
      CachingRegistry Registry
 ).
--- a/smalltalk.rc	Fri Nov 19 16:00:08 1999 +0100
+++ b/smalltalk.rc	Mon Nov 29 12:50:06 1999 +0100
@@ -360,6 +360,7 @@
 (cls := Smalltalk at:#DialogBox) notNil ifTrue:[
     Smalltalk at:#Dialog     put:cls.
     Smalltalk at:#DialogView put:cls.
+    Smalltalk at:#FillInTheBlank put:cls.
 ].
 Smalltalk at:#ByteString put:String.
 Smalltalk at:#ByteSymbol put:Symbol.