From f51995e13679a37851baef8e7f52f2d993cbc7c1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 13 Sep 2016 17:11:58 +0000 Subject: mode old database junk to die git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/wbOSD/src/events.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/wbOSD/src') diff --git a/plugins/wbOSD/src/events.cpp b/plugins/wbOSD/src/events.cpp index 2aba79e1dd..f1260e9ad0 100644 --- a/plugins/wbOSD/src/events.cpp +++ b/plugins/wbOSD/src/events.cpp @@ -185,12 +185,12 @@ int HookedNewEvent(WPARAM wParam, LPARAM hDBEvent) if ( i1 == 1 ) c1 = mir_wstrdup(pcli->pfnGetContactDisplayName(wParam, 0)); else if ( i1 == 2 ) - c1 = DbGetEventTextW( &dbe, 0 ); + c1 = DbEvent_GetTextW( &dbe, 0 ); if ( i2 == 1 ) c2 = mir_wstrdup(pcli->pfnGetContactDisplayName(wParam, 0)); else if ( i2 == 2 ) - c2 = DbGetEventTextW( &dbe, 0 ); + c2 = DbEvent_GetTextW( &dbe, 0 ); wchar_t buffer[512]; mir_snwprintf(buffer, buf, c1, c2); -- cgit v1.2.3