diff -r 38ea269664f8 -r 84460ca6aa7f UIPainter.st --- a/UIPainter.st Thu Oct 23 15:35:19 1997 +0200 +++ b/UIPainter.st Thu Oct 23 16:42:54 1997 +0200 @@ -11,7 +11,7 @@ " -'From Smalltalk/X, Version:3.2.1 on 22-oct-1997 at 2:41:23 pm' ! +'From Smalltalk/X, Version:3.2.1 on 23-oct-1997 at 6:02:55 pm' ! ApplicationModel subclass:#UIPainter instanceVariableNames:'treeView selectionPanel tabSelection specClass specSelector @@ -318,9 +318,9 @@ ! iconInstall - ^ Image fromFile:'SaveButton.tiff' - - + ^ Image fromFile:'bitmaps/xpmBitmaps/misc_tools/SaveButton.xpm' + + "Modified: 23.10.1997 / 06:00:28 / cg" ! iconStepDown