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