зеркало из https://github.com/mozilla/gecko-dev.git
This was suppose to go in as part of
Bug 122530 r=dcone sr=hyatt
This commit is contained in:
Родитель
787233fb4b
Коммит
f02ec4e165
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче