pq04737 - Default printer not selected when prompter is displayed. ------------------------------------------------------------------------------------------------------------------ Affected Platforms: Windows Affected Features: Base Smalltalk Prerequisites: Symptom: In Windows, if you have multiple printer objects and display a CwPrinterPrompter, the default printer is not the one selected when the prompter is displayed. The one selected is always the last entry in the displayInfo array. The default printer isn't selected because the displayName is never set. To fix this problem, the following code should be added to CwPrinterPrompter>>initialize. self displayName: CgDisplay defaultPrinterDisplayName. Solution: Open a workspace on file pq04737.st and file in the patch. It is the corrected CwPrinterPrompter>>initialize method.