Tag: cws_src680_dba202c User: oj Date: 05/12/05 06:18:54 Modified: /dba/dbaccess/source/ui/dlg/ DBSetupConnectionPages.cxx, dbadminsetup.src
Log: #i54732# fix radiobutton behavior File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DBSetupConnectionPages.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx?r1=1.6&r2=1.6.48.1 Delta lines: +4 -4 ------------------- --- DBSetupConnectionPages.cxx 23 Sep 2005 12:26:16 -0000 1.6 +++ DBSetupConnectionPages.cxx 5 Dec 2005 14:18:51 -0000 1.6.48.1 @@ -4,9 +4,9 @@ * * $RCSfile: DBSetupConnectionPages.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.6.48.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:26:16 $ + * last change: $Author: oj $ $Date: 2005/12/05 14:18:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -871,6 +871,7 @@ SetControlFontWeight(&m_aFTFinalHeader); m_aCBOpenAfterwards.SetClickHdl(LINK(this, OFinalDBPageSetup, OnOpenSelected)); m_aCBStartTableWizard.SetClickHdl(getControlModifiedLink()); + m_aRBRegisterDataSource.SetState(sal_True); FreeResource(); } @@ -919,7 +920,6 @@ void OFinalDBPageSetup::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) { m_aCBOpenAfterwards.Check(); - m_aRBRegisterDataSource.SetState(sal_True); } void OFinalDBPageSetup::enableTableWizardCheckBox( sal_Bool _bSupportsTableCreation) File [changed]: dbadminsetup.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbadminsetup.src?r1=1.9.50.1&r2=1.9.50.2 Delta lines: +3 -2 ------------------- --- dbadminsetup.src 2 Dec 2005 11:28:10 -0000 1.9.50.1 +++ dbadminsetup.src 5 Dec 2005 14:18:51 -0000 1.9.50.2 @@ -4,9 +4,9 @@ * * $RCSfile: dbadminsetup.src,v $ * - * $Revision: 1.9.50.1 $ + * $Revision: 1.9.50.2 $ * - * last change: $Author: oj $ $Date: 2005/12/02 11:28:10 $ + * last change: $Author: oj $ $Date: 2005/12/05 14:18:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -329,6 +329,7 @@ HelpId = HID_PAGE_DBWIZARD_FINAL_RB_REGISTERDATASOURCE; Pos = MAP_APPFONT (START_X + 6 , 45 ) ; Size = MAP_APPFONT ( 205 , 9 ) ; + Group = TRUE; Text[ de ] = "~Ja, die Datenbank soll angemeldet werden"; Text[ en-US ] = "~Yes, register the database for me" ; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
