stx_libtool2.st
changeset 3231 1ac976f4c08d
parent 3220 761b69274dc3
child 3347 744aaa5d4b0e
equal deleted inserted replaced
3230:e6d7ba2e0384 3231:1ac976f4c08d
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) 2006 by eXept Software AG
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   177     )
   175     )
   178 ! !
   176 ! !
   179 
   177 
   180 !stx_libtool2 class methodsFor:'description - project information'!
   178 !stx_libtool2 class methodsFor:'description - project information'!
   181 
   179 
   182 applicationIconFileName
       
   183     "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
       
   184 
       
   185     ^ nil
       
   186     "/ ^ self applicationName
       
   187 !
       
   188 
       
   189 companyName
   180 companyName
   190     "Return a companyname which will appear in <lib>.rc"
   181     "Return a companyname which will appear in <lib>.rc"
   191 
   182 
   192     ^ 'eXept Software AG'
   183     ^ 'eXept Software AG'
   193 !
   184 !