This was suppose to go in as part of

Bug 122530 r=dcone sr=hyatt
This commit is contained in:
rods%netscape.com 2002-02-01 01:42:37 +00:00
Родитель 787233fb4b
Коммит f02ec4e165
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -957,7 +957,7 @@ nsDeviceContextSpecWin :: ShowNativePrintDialog(nsIWidget *aWidget, PRBool aQuie
PRUnichar * printerName;
mPrintSettings->GetPrinterName(&printerName);
HGLOBAL hGlobalDevMode = NULL;
if (printerName) {
if (printerName && !aQuiet) {
#ifdef UNICODE
hGlobalDevMode = CreateGlobalDevModeAndInit(printerName, mPrintSettings);
#else