ResourcePack.st
changeset 3701 ccb98616318b
parent 3678 d180d63dc7ca
child 3762 968432b99c48
--- a/ResourcePack.st	Mon Aug 19 18:24:31 2002 +0200
+++ b/ResourcePack.st	Mon Aug 19 18:25:50 2002 +0200
@@ -667,7 +667,7 @@
     ok ifFalse:[
         fileReadFailed := true.
 
-        ('ResourcePack [warning]: ''' , fileName , ''' contains error(s) - data may be incomplete.') errorPrintCR.
+        ('ResourcePack [warning]: ''' , fileName pathName , ''' contains error(s) - data may be incomplete.') errorPrintCR.
     ].
 
     "Modified: 10.1.1997 / 18:05:17 / cg"
@@ -813,6 +813,6 @@
 !ResourcePack class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.71 2002-07-25 16:05:48 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.72 2002-08-19 16:25:50 cg Exp $'
 ! !
 ResourcePack initialize!