diff options
Diffstat (limited to 'plugins/UserInfoEx/src/dlg_propsheet.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/dlg_propsheet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index 55a471a088..397b781284 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -1049,7 +1049,7 @@ static INT_PTR CALLBACK DlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPar if (!pPs->hContact)
pszName = TranslateT("Owner");
else if (pdbcws && pdbcws->value.type == DBVT_WCHAR)
- pszName = pdbcws->value.ptszVal;
+ pszName = pdbcws->value.pwszVal;
else
pszName = Clist_GetContactDisplayName(pPs->hContact);
|