*** empty log message ***
authorStefan Vogel <sv@exept.de>
Fri, 07 Feb 2003 15:15:32 +0100
changeset 2436 6c0df331b7b1
parent 2435 86d3ac1ebb76
child 2437 c9ba20e3367a
*** empty log message ***
ProgressIndicator.st
--- a/ProgressIndicator.st	Tue Feb 04 22:56:25 2003 +0100
+++ b/ProgressIndicator.st	Fri Feb 07 15:15:32 2003 +0100
@@ -477,7 +477,7 @@
     "create a topView containing an instance of myself,
      for later use with #showProgressOf:"
 
-    |top p l h y y2|
+    |top p l y y2|
 
     top := Dialog new.
     top label:aLabel.
@@ -1036,5 +1036,5 @@
 !ProgressIndicator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.42 2003-02-04 21:56:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.43 2003-02-07 14:15:32 stefan Exp $'
 ! !