INTEGRATION: CWS dba203c (1.41.104); FILE MERGED
2006/03/29 11:35:42 fs 1.41.104.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess
This commit is contained in:
parent
a580761b1f
commit
6e4e68e9b4
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: adminpages.cxx,v $
|
||||
*
|
||||
* $Revision: 1.41 $
|
||||
* $Revision: 1.42 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2005-09-23 12:28:13 $
|
||||
* last change: $Author: rt $ $Date: 2006-05-04 08:41:01 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -222,7 +222,7 @@ DBG_NAME(OGenericAdministrationPage)
|
|||
if (!aEnumeration.isLoaded())
|
||||
{
|
||||
// show an error message
|
||||
OLocalResourceAccess aLocRes( PAGE_GENERAL, RSC_TABPAGE );
|
||||
LocalResourceAccess aLocRes( PAGE_GENERAL, RSC_TABPAGE );
|
||||
String sError(ResId(STR_COULDNOTLOAD_ODBCLIB));
|
||||
sError.SearchAndReplaceAscii("#lib#", aEnumeration.getLibraryName());
|
||||
ErrorBox aDialog(this, WB_OK, sError);
|
||||
|
|
Loading…
Reference in a new issue