ResourceRetriever.st
changeset 1397 47ac1d3e1df1
parent 1113 ac90f3c50701
child 1401 0fda9891ba4a
--- a/ResourceRetriever.st	Sat Aug 19 17:22:24 2000 +0200
+++ b/ResourceRetriever.st	Tue Aug 22 00:45:32 2000 +0200
@@ -13,6 +13,8 @@
 
 
 
+"{ Package: 'stx:libview2' }"
+
 Object subclass:#ResourceRetriever
 	instanceVariableNames:'className resourceOwner selector labelText'
 	classVariableNames:''
@@ -23,9 +25,7 @@
 ResourceRetriever class instanceVariableNames:'LabelResources'
 
 "
- The following class instance variables are inherited by this class:
-
-	Object - 
+ No other class instance variables are inherited by this class.
 "
 !
 
@@ -171,7 +171,7 @@
     "Modified: / 31.10.1997 / 12:10:05 / cg"
 ! !
 
-!ResourceRetriever methodsFor:'accessing resource'!
+!ResourceRetriever methodsFor:'accessing-resource'!
 
 findGuiResourcesIn:aResourceContainer
     "setup a resource owner
@@ -276,5 +276,5 @@
 !ResourceRetriever class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceRetriever.st,v 1.2 1999-02-26 12:52:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceRetriever.st,v 1.3 2000-08-21 22:45:16 cg Exp $'
 ! !