From 439c6760bf51d44e22b7147d54e1f38ce8e1dbab Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 23 May 2016 13:34:44 +0000 Subject: Scriver: fix for printing own nicks (patch from mkvreak) git-svn-id: http://svn.miranda-ng.org/main/trunk@16864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/msglog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/src') diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp index 0f8ec8a47e..137ff6ead7 100644 --- a/plugins/Scriver/src/msglog.cpp +++ b/plugins/Scriver/src/msglog.cpp @@ -145,7 +145,7 @@ EventData* getEventFromDB(SrmmWindowData *dat, MCONTACT hContact, MEVENT hDbEven evt->time = dbei.timestamp; evt->pszNick = NULL; if (evt->dwFlags & IEEDF_SENT) - evt->pszNickT = Contact_GetInfo(CNF_DISPLAY, NULL); + evt->pszNickT = Contact_GetInfo(CNF_DISPLAY, NULL, dat->szProto); else evt->pszNickT = mir_tstrdup(pcli->pfnGetContactDisplayName(hContact, 0)); -- cgit v1.2.3