summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-04-15 12:02:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-04-15 12:02:01 +0000
commit45a12027646c87a72d0ffc9be41e02c450c01a0b (patch)
tree8455aaa798d99e4d10a11c6f5c1680cd90d810ec /accessibility
parented5e339d9b85e427b3aad98484002454adbe0507 (diff)
INTEGRATION: CWS aqua11y01 (1.3.26); FILE MERGED
2008/03/12 12:14:52 obr 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/10 13:37:29 fne 1.3.26.1: #i82877# corrected resource bundle name
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/source/helper/accresmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx
index 6cee4648fe3e..881d2f4fed4f 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: accresmgr.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -60,7 +60,7 @@ void TkResMgr::ensureImplExists()
::com::sun::star::lang::Locale aLocale = Application::GetSettings().GetUILocale();
- ByteString sResMgrName( "tk" );
+ ByteString sResMgrName( "acc" );
m_pImpl = SimpleResMgr::Create( sResMgrName.GetBuffer(), aLocale );