# HG changeset patch # User Claus Gittinger # Date 944082776 -3600 # Node ID c1ccd8fe5e92d6c4284d191f7cfca4355420ab71 # Parent 114111038a2b95c01c65ed6b41a34062a0ef9a26 images from package directory diff -r 114111038a2b -r c1ccd8fe5e92 AboutBox.st --- a/AboutBox.st Wed Dec 01 21:27:18 1999 +0100 +++ b/AboutBox.st Wed Dec 01 22:12:56 1999 +0100 @@ -99,7 +99,7 @@ CachedIcon isNil ifTrue:[ CachedIcon := Icon stxIcon. CachedIcon isNil ifTrue:[ - CachedIcon := Image fromFile:'bitmaps/SmalltalkX.xbm' resolution:100. + CachedIcon := Smalltalk bitmapFromFileNamed:'SmalltalkX.xbm' inPackage:'stx:libtool' ] ]. ^ CachedIcon @@ -170,5 +170,5 @@ !AboutBox class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.22 1999-05-25 13:52:41 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.23 1999-12-01 21:12:56 cg Exp $' ! !