comment
authorStefan Vogel <sv@exept.de>
Fri, 23 Nov 2007 18:03:30 +0100
changeset 4844 38faa6eaaf26
parent 4843 36621a8aafd5
child 4845 962f39074c53
comment
ResourcePack.st
--- a/ResourcePack.st	Mon Nov 19 15:51:20 2007 +0100
+++ b/ResourcePack.st	Fri Nov 23 18:03:30 2007 +0100
@@ -708,6 +708,8 @@
           or aKey ends with a '=', then lookup aKey without '=' and append '=' to the result.
           or aKey ends with a '.', then lookup aKey without '.' and append '.' to the result.
           or aKey ends with a ',', then lookup aKey without ',' and append ',' to the result.
+          or aKey ends with a '?', then lookup aKey without '?' and append '?' to the result.
+          or aKey ends with a '!!', then lookup aKey without '!!' and append '!!' to the result.
           or aKey ends with a ' ', then lookup aKey without ' '.
           or aKey ends with a ' ...', then lookup aKey without ' ...' and append '...' to the result.
           or aKey ends with a '...', then lookup aKey without '...' and append '...' to the result.
@@ -805,6 +807,8 @@
     "translate a string.
      Obsolete - use #string:default:"
 
+    <resource: #obsolete>
+
     ^ self at:aKey ifAbsent:default
 !
 
@@ -1285,7 +1289,7 @@
 !ResourcePack class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.124 2007-11-02 18:01:48 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.125 2007-11-23 17:03:30 stefan Exp $'
 ! !
 
 ResourcePack initialize!