stx_libcomp.st
changeset 3673 a943fd642653
parent 3655 c6a2d886cfe9
child 3779 cda866352727
equal deleted inserted replaced
3671:1e69c04d9848 3673:a943fd642653
     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
   274     "Created: / 06-12-2011 / 21:14:23 / cg"
   272     "Created: / 06-12-2011 / 21:14:23 / cg"
   275 ! !
   273 ! !
   276 
   274 
   277 !stx_libcomp class methodsFor:'description - project information'!
   275 !stx_libcomp class methodsFor:'description - project information'!
   278 
   276 
   279 applicationIconFileName
       
   280     "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
       
   281 
       
   282     ^ nil
       
   283     "/ ^ self applicationName
       
   284 !
       
   285 
       
   286 companyName
   277 companyName
   287     "Return a companyname which will appear in <lib>.rc"
   278     "Return a companyname which will appear in <lib>.rc"
   288 
   279 
   289     ^ 'eXept Software AG'
   280     ^ 'eXept Software AG'
   290 !
   281 !