diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-19 19:10:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-19 19:10:33 +0000 |
commit | 9cefaaec02616cbda530ef58afb9be013499c1d6 (patch) | |
tree | b9d6c2b7832dbd031417aaf81154fb0f61c4bd6c /plugins | |
parent | 23cfbe5a08ae5daf9ebee329923aea7a13fef94b (diff) |
hopefully the last Unicode fix for Mydetails
git-svn-id: http://svn.miranda-ng.org/main/trunk@1052 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MyDetails/frame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|