#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 27 Feb 2017 23:35:34 +0100
changeset 3936 1007d2747659
parent 3935 37eafe77316d
child 3937 95c7ec9f0a7e
#BUGFIX by cg class: ApplicationModel changed: #translateString:
ApplicationModel.st
--- a/ApplicationModel.st	Sat Feb 25 19:31:46 2017 +0100
+++ b/ApplicationModel.st	Mon Feb 27 23:35:34 2017 +0100
@@ -4088,9 +4088,10 @@
      We use the resources as default.
      Subclasses may redefine this to use another mechanism"
 
+    aString isNil ifTrue:[^ nil]. 
     ^ self resources stringWithCRs:aString
 
-    "Modified: / 25-11-2016 / 09:56:11 / cg"
+    "Modified: / 27-02-2017 / 13:50:46 / cg"
 !
 
 translateString:aString with:anArgument