On Sat, 13 Apr 2024 21:33:03 GMT, Phil Race <p...@openjdk.org> wrote:
> I would have assumed "SEPARATORTRAY" was the keyword name you would specify > to the job and "Separator Tray" is just a description - which could be used > in a UI menu. Am I missing something ? This is correct. The `ppdFindOption(..., "OutputBin")` function returns: the "Separator Tray" as the `choice->text`, `SEPARATORTRAY` as the `choice->choice` and then it is shown in the Print dialog as "Separator Tray" text and passed to the native level as `SEPARATORTRAY` choice. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16166#discussion_r1597442811