From 7300094417302d82aa4f3f6e469f91d8facf4f26 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 1 Dec 2012 19:42:19 +0000 Subject: - mir_icons.h removed from project; - option "Autp chamge locale" turned on by default; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils/mir_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Utils') diff --git a/plugins/Utils/mir_options.cpp b/plugins/Utils/mir_options.cpp index 8a31f3c1ee..b6ccd76eda 100644 --- a/plugins/Utils/mir_options.cpp +++ b/plugins/Utils/mir_options.cpp @@ -42,7 +42,7 @@ static TCHAR* MyDBGetContactSettingTString(HANDLE hContact, char* module, char* out[0] = _T('\0'); - if ( !DBGetContactSettingTString(hContact, module, setting, &dbv)) + if ( !db_get_ts(hContact, module, setting, &dbv)) { lstrcpyn(out, dbv.ptszVal, (int)len); db_free(&dbv); -- cgit v1.2.3