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:
parent
0c48814330
commit
9f5334e21d
1 changed files with 3 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue