diff options
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/epbm/epbm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/epbm/epbm.cxx b/goodies/source/filter.vcl/epbm/epbm.cxx index e32a881dd065..0d2ff4cd800b 100644 --- a/goodies/source/filter.vcl/epbm/epbm.cxx +++ b/goodies/source/filter.vcl/epbm/epbm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: epbm.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: sj $ $Date: 2001-10-08 13:59:01 $ + * last change: $Author: hjs $ $Date: 2004-06-25 12:31:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -270,7 +270,7 @@ extern "C" BOOL __LOADONCALLAPI DoExportDialog( FltCallDialogParameter& rPara ) ResMgr* pResMgr; aResMgrName.Append( ByteString::CreateFromInt32( SOLARUPD ) ); - pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILanguage() ); + pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() ); if( pResMgr ) { |