*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 13 Feb 2000 14:26:28 +0100
changeset 428 a73fe2bfa29e
parent 427 b0dcafaa39b4
child 429 dd966cdbe81f
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Thu Feb 10 00:31:17 2000 +0100
+++ b/smalltalk.rc	Sun Feb 13 14:26:28 2000 +0100
@@ -392,6 +392,9 @@
 (cls := Smalltalk at:#ProgressIndicatorSpec) notNil ifTrue:[
     Smalltalk at:#ProgressWidgetSpec put:cls.
 ].
+(cls := Smalltalk at:#ProgressIndicator) notNil ifTrue:[
+    Smalltalk at:#ProgressWidgetView put:cls.
+].
 
 "/ FileDirectory notNil ifTrue:[
 "/     Smalltalk at:#Disk put:(Filename rootDirectory)