[FIX] PhonemeRecognizer Morph always asks 'Phoneme to delete?.' regardless of operation

David N. Smith (IBM) dnsmith at watson.ibm.com
Sun Sep 9 23:01:17 UTC 2001


Hi:

In PhonemeRecognizerMorph>>#selectPhonemeFromMenu a menu title is 'Phoneme to delete?'

	aMenu _ CustomMenu new title: 'Phoneme to delete?'. 

This is used by several methods to list available phonemes and only one does a deletion.

I changed #selectPhonemeFromMenu to #selectPhonemeFromMenu: aString.

The string is the menu header. The code which creates the menu (above) now uses the string instead of a literal.

(Developed in 3.0 but just eyeballed in 3.1 and it appears nothing in this code has changed.)

Dave
-------------- next part --------------
Skipped content of type multipart/appledouble


More information about the Squeak-dev mailing list