From cece43bc3be70e1dd30c32b9be757a02b372615e Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 16 Feb 2006 21:31:58 +0000 Subject: [PATCH] #118932 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 --- mozilla/widget/src/os2/nsDeviceContextSpecOS2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/os2/nsDeviceContextSpecOS2.cpp b/mozilla/widget/src/os2/nsDeviceContextSpecOS2.cpp index 9e733380a17..4dd342b7e35 100644 --- a/mozilla/widget/src/os2/nsDeviceContextSpecOS2.cpp +++ b/mozilla/widget/src/os2/nsDeviceContextSpecOS2.cpp @@ -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; }