From ba6ef9fbed9e7ea74794044dbfed040eae74cc33 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 7 Feb 2016 19:58:25 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@16244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mdb/src/dbintf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mdb/src/dbintf.cpp') diff --git a/plugins/Dbx_mdb/src/dbintf.cpp b/plugins/Dbx_mdb/src/dbintf.cpp index b42bbcb7d3..b0ab3a2b01 100644 --- a/plugins/Dbx_mdb/src/dbintf.cpp +++ b/plugins/Dbx_mdb/src/dbintf.cpp @@ -53,7 +53,7 @@ CDbxMdb::CDbxMdb(const TCHAR *tszFileName, int iMode) : mdb_env_create(&m_pMdbEnv); mdb_env_set_maxdbs(m_pMdbEnv, 10); - m_codePage = CallService(MS_LANGPACK_GETCODEPAGE, 0, 0); + m_codePage = Langpack_GetDefaultCodePage(); m_hModHeap = HeapCreate(0, 0, 0); } -- cgit v1.2.3