# HG changeset patch # User Claus Gittinger # Date 1561704599 -7200 # Node ID 2b852b6804ba3844adaeddf0b560e9b39bdf4705 # Parent dd84e4dfb5cc2129a98ae53adc07824a1ea0a765 #OTHER by cg self class name -> self className diff -r dd84e4dfb5cc -r 2b852b6804ba AbstractOperatingSystem.st --- a/AbstractOperatingSystem.st Fri Jun 28 08:49:56 2019 +0200 +++ b/AbstractOperatingSystem.st Fri Jun 28 08:49:59 2019 +0200 @@ -8510,11 +8510,12 @@ !AbstractOperatingSystem::PrinterInfo methodsFor:'printing & storing'! printOn:aStream - aStream nextPutAll:(self class name); nextPutAll:'('. + aStream nextPutAll:(self className); nextPutAll:'('. printerName printOn:aStream. aStream nextPutAll:')'. "Created: / 27-07-2006 / 12:30:28 / fm" + "Modified: / 28-06-2019 / 08:37:36 / Claus Gittinger" ! ! !AbstractOperatingSystem::PrinterInfo methodsFor:'private'!