mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
r=mkaply, sr=blizzard OS/2 only - use the name of the queue for the printer dialog
This commit is contained in:
parent
4bcb3fde51
commit
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user