stx_libwidg2.st
branchjv
changeset 4866 d255ac4682cb
parent 4845 6a5c44a7d42e
parent 4865 eebc2638f2a7
child 4930 7a6e813d8d17
equal deleted inserted replaced
4864:546c7a603752 4866:d255ac4682cb
   266     )
   266     )
   267 ! !
   267 ! !
   268 
   268 
   269 !stx_libwidg2 class methodsFor:'description - project information'!
   269 !stx_libwidg2 class methodsFor:'description - project information'!
   270 
   270 
   271 applicationIconFileName
       
   272     "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
       
   273 
       
   274     ^ nil
       
   275     "/ ^ self applicationName
       
   276 !
       
   277 
       
   278 companyName
   271 companyName
   279     "Return a companyname which will appear in <lib>.rc"
   272     "Return a companyname which will appear in <lib>.rc"
   280 
   273 
   281     ^ 'eXept Software AG'
   274     ^ 'eXept Software AG'
   282 !
   275 !