ResourcePack.st
changeset 3701 ccb98616318b
parent 3678 d180d63dc7ca
child 3762 968432b99c48
equal deleted inserted replaced
3700:9b40f1e55270 3701:ccb98616318b
   665     inStream close.
   665     inStream close.
   666 
   666 
   667     ok ifFalse:[
   667     ok ifFalse:[
   668         fileReadFailed := true.
   668         fileReadFailed := true.
   669 
   669 
   670         ('ResourcePack [warning]: ''' , fileName , ''' contains error(s) - data may be incomplete.') errorPrintCR.
   670         ('ResourcePack [warning]: ''' , fileName pathName , ''' contains error(s) - data may be incomplete.') errorPrintCR.
   671     ].
   671     ].
   672 
   672 
   673     "Modified: 10.1.1997 / 18:05:17 / cg"
   673     "Modified: 10.1.1997 / 18:05:17 / cg"
   674 !
   674 !
   675 
   675 
   811 ! !
   811 ! !
   812 
   812 
   813 !ResourcePack class methodsFor:'documentation'!
   813 !ResourcePack class methodsFor:'documentation'!
   814 
   814 
   815 version
   815 version
   816     ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.71 2002-07-25 16:05:48 stefan Exp $'
   816     ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.72 2002-08-19 16:25:50 cg Exp $'
   817 ! !
   817 ! !
   818 ResourcePack initialize!
   818 ResourcePack initialize!