*** empty log message *** rel3_6_4
authorClaus Gittinger <cg@exept.de>
Thu, 24 Feb 2000 00:29:51 +0100
changeset 3184 b8f6c186fff5
parent 3183 e55c249cd6e5
child 3185 98fd08dcf366
*** empty log message ***
ResourcePack.st
--- a/ResourcePack.st	Fri Feb 18 14:34:42 2000 +0100
+++ b/ResourcePack.st	Thu Feb 24 00:29:51 2000 +0100
@@ -453,6 +453,13 @@
     "Created: 9.9.1996 / 18:52:14 / cg"
 !
 
+string:s with:arg1 with:arg2 with:arg3 with:arg4 with:arg5
+    "translate and expand args"
+
+    ^ self string:s withArgs:(Array with:arg1 with:arg2 with:arg3 with:arg4 with:arg5)
+
+!
+
 string:s withArgs:argArray
     "translate and expand args"
 
@@ -767,6 +774,6 @@
 !ResourcePack class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.62 1999-12-09 12:39:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.63 2000-02-23 23:29:51 cg Exp $'
 ! !
 ResourcePack initialize!