'From etoys2.1 of 26 July 2007 [latest update: #1528] on 31 July 2007 at 8:57:09 am'! "Change Set: noOldSoundRecorder-sw Date: 31 July 2007 Author: Scott Wallace Again expunge the old SoundRecorder from the Objects Catalog. And set the new SoundRecorder up properly for translations."! !RecordingControls class methodsFor: 'parts bin' stamp: 'sw 7/31/2007 08:56'! descriptionForPartsBin "If the receiver is a member of a class that would like to be represented in a parts bin, answer the name by which it should be known, and a documentation string to be provided, for example, as balloon help." ^ self partName: 'SoundRecorder' translatedNoop categories: {'Multimedia' translatedNoop} documentation: 'A device for making sound recordings.' translatedNoop! ! !RecordingControlsMorph class methodsFor: 'parts bin' stamp: 'sw 7/31/2007 08:55'! formerDescriptionForPartsBin "Answer the former description of the original sound-recorder for the parts bin." ^ self partName: 'SoundRecorder' translatedNoop categories: {'Multimedia' translatedNoop} documentation: 'A device for making sound recordings.' translatedNoop! ! RecordingControlsMorph class removeSelector: #descriptionForPartsBin!