Description of problem: When the "Print..." menu item is selected from the "File..." menu in nedit, the "Print Options" dialog always appears with no value to the number of copies instead a default of "1". Version-Release number of selected component (if applicable): nedit-5.3-7 How reproducible: Follow the steps below... Steps to Reproduce: 1. execute "nedit" from shell of a terminal window under X11. 2. when the "Untitled" nedit window appears, select "Print..." from the "File..." menu. Actual results: Notice that the "Print Options..." dialog that appears has no default setting for the number of copies. Expected results: I expected a default value of "1" for the number of copies. Additional info:
In 5.4-2 the caption string is "Number of copies (1)", indicating the default. Leaving the text box empty causes nedit to omit the number-of-copies option (-n) from the lp command line.