X-Git-Url: https://git.saurik.com/apple/mdnsresponder.git/blobdiff_plain/283ee3ffafe4266617c4a2c641f6e3b35227e7e9..f5e6e86cb0d7e0c7608c30d93ecb200173f29055:/Clients/PrinterSetupWizard/FourthPage.cpp diff --git a/Clients/PrinterSetupWizard/FourthPage.cpp b/Clients/PrinterSetupWizard/FourthPage.cpp index 8c330df..a2a7a50 100644 --- a/Clients/PrinterSetupWizard/FourthPage.cpp +++ b/Clients/PrinterSetupWizard/FourthPage.cpp @@ -23,6 +23,9 @@ Change History (most recent first): $Log: FourthPage.cpp,v $ +Revision 1.6 2005/02/08 21:45:06 shersche + Default to Generic PostScript or PCL if unable to match driver + Revision 1.5 2005/01/06 08:17:08 shersche Display the selected protocol ("Raw", "LPR", "IPP") rather than the port name @@ -126,7 +129,7 @@ CFourthPage::OnSetActive() m_printerNameCtrl.SetWindowText( printer->actualName ); m_printerManufacturerCtrl.SetWindowText ( printer->manufacturer ); - m_printerModelCtrl.SetWindowText ( printer->model ); + m_printerModelCtrl.SetWindowText ( printer->displayModelName ); Service * service = printer->services.front(); require_quiet( service, exit );