stx_libwidg2.st
changeset 5338 69d86c0154b7
parent 5299 2aa8c9d76639
child 5339 fdfcbffe2ae2
equal deleted inserted replaced
5336:c1933e2d616e 5338:69d86c0154b7
   275 !stx_libwidg2 class methodsFor:'description - project information'!
   275 !stx_libwidg2 class methodsFor:'description - project information'!
   276 
   276 
   277 companyName
   277 companyName
   278     "Return a companyname which will appear in <lib>.rc"
   278     "Return a companyname which will appear in <lib>.rc"
   279 
   279 
   280     ^ 'eXept Software AG'
   280     ^ 'Claus Gittinger / eXept Software AG'
       
   281 
       
   282     "Modified: / 18-11-2016 / 11:47:45 / cg"
   281 !
   283 !
   282 
   284 
   283 description
   285 description
   284     "Return a description string which will appear in nt.def / bc.def"
   286     "Return a description string which will appear in nt.def / bc.def"
   285 
   287