*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 02 Mar 2006 12:07:26 +0100
changeset 2115 7a2635f26e59
parent 2114 7cd66cca06f6
child 2116 edc0a8f8ff26
*** empty log message ***
ApplicationModel.st
--- a/ApplicationModel.st	Fri Feb 24 12:27:09 2006 +0100
+++ b/ApplicationModel.st	Thu Mar 02 12:07:26 2006 +0100
@@ -1878,8 +1878,7 @@
     "like Objects warn, but translates the string via the
      resourcePack, thus giving a translated string automatically"
 
-    super warn:(resources string:aString with:arg) withCRs
-
+    super warn:(resources stringWithCRs:aString with:arg)
 !
 
 warn:aString with:arg1 with:arg2
@@ -2917,7 +2916,7 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.223 2006-02-15 21:02:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.224 2006-03-02 11:07:26 cg Exp $'
 ! !
 
 ApplicationModel initialize!