UserMessage.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
equal deleted inserted replaced
17864:e6010e48defb 17865:598963c6ff8e
       
     1 "
       
     2  COPYRIGHT (c) 2006 by eXept Software AG
       
     3 	      All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
     2 
    13 
     3 Object subclass:#UserMessage
    14 Object subclass:#UserMessage
     4 	instanceVariableNames:'defaultString key catalogID'
    15 	instanceVariableNames:'defaultString key catalogID'
     5 	classVariableNames:''
    16 	classVariableNames:''
     6 	poolDictionaries:''
    17 	poolDictionaries:''
     7 	category:'Interface-Internationalization'
    18 	category:'Interface-Internationalization'
     8 !
    19 !
     9 
    20 
    10 !UserMessage class methodsFor:'documentation'!
    21 !UserMessage class methodsFor:'documentation'!
       
    22 
       
    23 copyright
       
    24 "
       
    25  COPYRIGHT (c) 2006 by eXept Software AG
       
    26 	      All Rights Reserved
       
    27 
       
    28  This software is furnished under a license and may be used
       
    29  only in accordance with the terms of that license and with the
       
    30  inclusion of the above copyright notice.   This software may not
       
    31  be provided or otherwise made available to, or used by, any
       
    32  other person.  No title to or ownership of the software is
       
    33  hereby transferred.
       
    34 "
       
    35 !
    11 
    36 
    12 documentation
    37 documentation
    13 "
    38 "
    14     added for vw5i compatibility, which accesses messageCatalogs
    39     added for vw5i compatibility, which accesses messageCatalogs
    15     via:
    40     via:
   336 ! !
   361 ! !
   337 
   362 
   338 !UserMessage class methodsFor:'documentation'!
   363 !UserMessage class methodsFor:'documentation'!
   339 
   364 
   340 version
   365 version
   341     ^ '$Id: UserMessage.st 10660 2011-07-18 15:22:09Z vranyj1 $'
   366     ^ '$Id: UserMessage.st 10695 2011-09-28 19:07:49Z vranyj1 $'
   342 !
   367 !
   343 
   368 
   344 version_CVS
   369 version_CVS
   345     ^ '§Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.7 2011/05/09 13:59:06 stefan Exp §'
   370     ^ '§Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.7 2011/05/09 13:59:06 stefan Exp §'
   346 ! !
   371 !
       
   372 
       
   373 version_SVN
       
   374     ^ '$Id: UserMessage.st 10695 2011-09-28 19:07:49Z vranyj1 $'
       
   375 ! !