r=mkaply, sr=blizzard OS/2 only - use the name of the queue for the printer dialog git-svn-id: svn://10.0.0.236/trunk@190266 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user