ApplicationModel.st
changeset 4172 60e21342c412
parent 4171 82f53dd7304a
child 4173 d2e9d2a8f88f
equal deleted inserted replaced
4171:82f53dd7304a 4172:60e21342c412
  4311             (self translateString:aString withArguments:arguments)
  4311             (self translateString:aString withArguments:arguments)
  4312 
  4312 
  4313     "Created: / 16-08-2018 / 21:16:05 / Claus Gittinger"
  4313     "Created: / 16-08-2018 / 21:16:05 / Claus Gittinger"
  4314 !
  4314 !
  4315 
  4315 
  4316 informationUntranslated:aString
  4316 informationUntranslated:aStringOrNil
  4317     "applications which want to show this in some info-area at the bottom
  4317     "applications which want to show this in some info-area at the bottom
  4318      may redefine this or the informationHolder message."
  4318      may redefine this or the informationHolder message."
  4319      
  4319      
  4320     self informationHolder value:aString
  4320     self informationHolder value:aStringOrNil
  4321 
  4321 
  4322     "Created: / 09-08-2018 / 14:47:06 / Claus Gittinger"
  4322     "Created: / 09-08-2018 / 14:47:06 / Claus Gittinger"
       
  4323     "Modified (format): / 18-08-2018 / 11:12:21 / Claus Gittinger"
  4323 !
  4324 !
  4324 
  4325 
  4325 notify:aString
  4326 notify:aString
  4326     "like Object's notify, but translates the string via the
  4327     "like Object's notify, but translates the string via the
  4327      resourcePack, thus giving a translated string automatically"
  4328      resourcePack, thus giving a translated string automatically"
  4700     ^ '$Header$'
  4701     ^ '$Header$'
  4701 !
  4702 !
  4702 
  4703 
  4703 version_CVS
  4704 version_CVS
  4704     ^ '$Header$'
  4705     ^ '$Header$'
       
  4706 !
       
  4707 
       
  4708 version_FileRepository
       
  4709     ^ '$Path: stx/libview2/ApplicationModel.st, Version: 1, User: cg, Time: 2018-08-18T16:09:45.930$'
  4705 ! !
  4710 ! !
  4706 
  4711 
  4707 
  4712 
  4708 ApplicationModel initialize!
  4713 ApplicationModel initialize!