INTEGRATION: CWS vcl28 (1.15.4); FILE MERGED

2004/10/07 16:32:03 pl 1.15.4.1: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered
This commit is contained in:
Jens-Heiner Rechtien 2004-11-09 15:50:42 +00:00
parent 0c48814330
commit 9f5334e21d

View file

@ -2,9 +2,9 @@
*
* $RCSfile: adddlg.cxx,v $
*
* $Revision: 1.15 $
* $Revision: 1.16 $
*
* last change: $Author: rt $ $Date: 2004-09-08 14:18:21 $
* last change: $Author: hr $ $Date: 2004-11-09 16:50:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -112,7 +112,7 @@ APChooseDevicePage::APChooseDevicePage( AddPrinterDialog* pParent ) :
m_aOldBtn.Check( FALSE );
if( ! AddPrinterDialog::getOldPrinterLocation().Len() )
m_aOldBtn.Enable( FALSE );
if( PrinterInfoManager::get().getType() != PrinterInfoManager::Default )
if( ! PrinterInfoManager::get().addOrRemovePossible() )
{
m_aPrinterBtn.Check( FALSE );
m_aFaxBtn.Check( TRUE );