From 9cefaaec02616cbda530ef58afb9be013499c1d6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 19 Jul 2012 19:10:33 +0000 Subject: hopefully the last Unicode fix for Mydetails git-svn-id: http://svn.miranda-ng.org/main/trunk@1052 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MyDetails/frame.cpp b/plugins/MyDetails/frame.cpp index 6977a4f55a..baa3928689 100644 --- a/plugins/MyDetails/frame.cpp +++ b/plugins/MyDetails/frame.cpp @@ -2181,7 +2181,7 @@ LRESULT CALLBACK FrameWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar // Add this to menu mir_sntprintf(tmp, SIZEOF(tmp), TranslateT("Set My Status Message for %s..."), - CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION, proto->status, 0)); + CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION, proto->status, GSMDF_TCHAR)); ZeroMemory(&mii, sizeof(mii)); mii.cbSize = sizeof(mii); -- cgit v1.2.3