gfx/src/ps/nsPostScriptObj.cpp,1.58 | . | Disk File |
Skipping to line 284 | . | |
* - which means that if the ${MOZ_PRINTER_NAME} env var is not empty |
. |
* - which means that if the ${MOZ_PRINTER_NAME} env var is not empty |
* the "-P" option of lpr will be set to the printer name. |
. |
* the "-P" option of lpr will be set to the printer name. |
*/ |
. |
*/ |
char *envvar; |
. |
char *envvar; |
/* get printer name */ |
. |
/* get printer name */ |
aSpec->GetPrinter(&buf); |
. |
aSpec->GetPrinterName(&buf); |
|
. |
|
/* do not set the ${MOZ_PRINTER_NAME} env var if we want the default |
. |
/* do not set the ${MOZ_PRINTER_NAME} env var if we want the default |
* printer */ |
. |
* printer */ |
if (buf) |
. |
if (buf) |
{ |
. |
{ |