зеркало из https://github.com/mozilla/gecko-dev.git
r=mkaply, sr=blizzard OS/2 only - use the name of the queue for the printer dialog
This commit is contained in:
Родитель
4bcb3fde51
Коммит
25f078f225
|
@ -619,7 +619,7 @@ char* PRINTDLG::GetPrinter (int numPrinter)
|
|||
if (numPrinter > mQueueCount)
|
||||
return NULL;
|
||||
|
||||
pq = mPQBuf [numPrinter]->PQI3().pszDriverName;
|
||||
pq = mPQBuf [numPrinter]->QueueName();
|
||||
|
||||
return (char *)pq;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче