Tag: cws_src680_dba24d User: oj Date: 2007-11-22 11:48:58+0000 Modified: dba/dbaccess/source/ui/querydesign/JoinController.cxx
Log: #i83805# check if enbled before setting title for add tables dlg File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: JoinController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/JoinController.cxx?r1=1.43&r2=1.43.2.1 Delta lines: +5 -4 ------------------- --- JoinController.cxx 2007-11-01 15:27:20+0000 1.43 +++ JoinController.cxx 2007-11-22 11:48:56+0000 1.43.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.43.2.1 $ * - * last change: $Author: hr $ $Date: 2007/11/01 15:27:20 $ + * last change: $Author: oj $ $Date: 2007/11/22 11:48:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -338,6 +338,7 @@ aReturn.bEnabled = ( getView() != NULL ) && const_cast< OJoinController* >( this )->getJoinView()->getTableView()->IsAddAllowed(); aReturn.bChecked = aReturn.bEnabled && m_pAddTableDialog != NULL && m_pAddTableDialog->IsVisible() ; + if ( aReturn.bEnabled ) aReturn.sTitle = OAddTableDlg::getDialogTitleForContext( impl_getDialogContext() ); break; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
