#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 20 Aug 2018 08:17:08 +0200
changeset 4172 60e21342c412
parent 4171 82f53dd7304a
child 4173 d2e9d2a8f88f
#DOCUMENTATION by cg class: ApplicationModel comment/format in: #informationUntranslated:
ApplicationModel.st
--- a/ApplicationModel.st	Thu Aug 16 21:16:47 2018 +0200
+++ b/ApplicationModel.st	Mon Aug 20 08:17:08 2018 +0200
@@ -4313,13 +4313,14 @@
     "Created: / 16-08-2018 / 21:16:05 / Claus Gittinger"
 !
 
-informationUntranslated:aString
+informationUntranslated:aStringOrNil
     "applications which want to show this in some info-area at the bottom
      may redefine this or the informationHolder message."
      
-    self informationHolder value:aString
+    self informationHolder value:aStringOrNil
 
     "Created: / 09-08-2018 / 14:47:06 / Claus Gittinger"
+    "Modified (format): / 18-08-2018 / 11:12:21 / Claus Gittinger"
 !
 
 notify:aString
@@ -4702,6 +4703,10 @@
 
 version_CVS
     ^ '$Header$'
+!
+
+version_FileRepository
+    ^ '$Path: stx/libview2/ApplicationModel.st, Version: 1, User: cg, Time: 2018-08-18T16:09:45.930$'
 ! !