UserMessage.st
branchjv
changeset 17761 b0e5971141bc
parent 17735 6a5bc05f696a
child 17767 a4a32df3aa5e
equal deleted inserted replaced
17760:b2add4d45cfb 17761:b0e5971141bc
       
     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:
   168 ! !
   193 ! !
   169 
   194 
   170 !UserMessage class methodsFor:'documentation'!
   195 !UserMessage class methodsFor:'documentation'!
   171 
   196 
   172 version
   197 version
   173     ^ '$Id: UserMessage.st 10480 2009-12-02 21:30:55Z vranyj1 $'
   198     ^ '$Id: UserMessage.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   174 !
   199 !
   175 
   200 
   176 version_CVS
   201 version_CVS
   177     ^ '§Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.6 2009/10/02 00:08:10 cg Exp §'
   202     ^ '§Header: /cvs/stx/stx/libbasic/UserMessage.st,v 1.6 2009/10/02 00:08:10 cg Exp §'
   178 ! !
   203 !
   179 
   204 
   180 
   205 version_SVN
   181 
   206     ^ '$Id: UserMessage.st 10517 2010-04-26 18:26:38Z vranyj1 $'
       
   207 ! !