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:
mkaply%us.ibm.com
2006-02-16 21:31:58 +00:00
parent f9d20e9824
commit cece43bc3b

View File

@@ -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;
}