Tag: cws_src680_oj14 User: oj Date: 2007-06-04 18:25:26+0000 Log: RESYNC: (1.18-1.19); FILE MERGED
File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dsselect.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dsselect.cxx?r1=1.14.8.5&r2=1.14.8.6 Delta lines: +9 -9 ------------------- --- dsselect.cxx 2006-11-07 09:23:12+0000 1.14.8.5 +++ dsselect.cxx 2007-06-04 18:25:23+0000 1.14.8.6 @@ -127,19 +127,19 @@ //================================================================== ODatasourceSelectDialog::ODatasourceSelectDialog(Window* _pParent, const StringBag& _rDatasources, DATASOURCE_TYPE _eType,SfxItemSet* _pOutputSet) :ModalDialog(_pParent, ModuleRes(DLG_DATASOURCE_SELECTION)) - ,m_aDescription (this, ResId(FT_DESCRIPTION)) - ,m_aDatasource (this, ResId(LB_DATASOURCE)) - ,m_aOk (this, ResId(PB_OK)) - ,m_aCancel (this, ResId(PB_CANCEL)) - ,m_aHelp (this, ResId(PB_HELP)) - ,m_aManageDatasources (this, ResId(PB_MANAGE)) - ,m_aCreateAdabasDB (this, ResId(PB_CREATE)) + ,m_aDescription (this, ModuleRes(FT_DESCRIPTION)) + ,m_aDatasource (this, ModuleRes(LB_DATASOURCE)) + ,m_aOk (this, ModuleRes(PB_OK)) + ,m_aCancel (this, ModuleRes(PB_CANCEL)) + ,m_aHelp (this, ModuleRes(PB_HELP)) + ,m_aManageDatasources (this, ModuleRes(PB_MANAGE)) + ,m_aCreateAdabasDB (this, ModuleRes(PB_CREATE)) ,m_pOutputSet(_pOutputSet) { if (DST_ADABAS == _eType) { // set a new title (indicating that we're browsing local data sources only) - SetText(ResId(STR_LOCAL_DATASOURCES)); - m_aDescription.SetText(ResId(STR_DESCRIPTION2)); + SetText(ModuleRes(STR_LOCAL_DATASOURCES)); + m_aDescription.SetText(ModuleRes(STR_DESCRIPTION2)); m_aCreateAdabasDB.Show(); m_aCreateAdabasDB.SetClickHdl(LINK(this,ODatasourceSelectDialog,CreateDBClickHdl)); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
