ProgrsssWidgetSpec alias (VW compat)
authorClaus Gittinger <cg@exept.de>
Mon, 07 Feb 2000 13:25:35 +0100
changeset 424 4b6de7399a42
parent 423 2cb5f72d1b0e
child 425 32fbd261b8ef
ProgrsssWidgetSpec alias (VW compat)
smalltalk.rc
--- a/smalltalk.rc	Mon Feb 07 13:25:14 2000 +0100
+++ b/smalltalk.rc	Mon Feb 07 13:25:35 2000 +0100
@@ -363,6 +363,7 @@
    Smalltalk installAutoloadedClasses.
 ].
 needToReactivate ifTrue:[HistoryManager activate].
+
 "/
 "/ some ST80 name aliases
 "/ (actually, much more is needed - this is just a start ...)
@@ -389,6 +390,9 @@
 Smalltalk at:#HandlerList put:HandlerCollection.
 Smalltalk at:#SignalCollection put:SignalSet.
 Smalltalk at:#Timestamp put:AbsoluteTime.
+(cls := Smalltalk at:#ProgressIndicatorSpec) notNil ifTrue:[
+    Smalltalk at:#ProgressWidgetSpec put:cls.
+].
 
 "/ FileDirectory notNil ifTrue:[
 "/     Smalltalk at:#Disk put:(Filename rootDirectory)