summaryrefslogtreecommitdiff
path: root/plugins/Popup/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Popup/src')
-rw-r--r--plugins/Popup/src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/common.h b/plugins/Popup/src/common.h
index 64269700b9..b078a6a1f8 100644
--- a/plugins/Popup/src/common.h
+++ b/plugins/Popup/src/common.h
@@ -70,7 +70,7 @@ inline INT_PTR DBGetContactSettingStringX(MCONTACT hContact, const char *ModuleN
break;
case DBVT_WCHAR:
if (!result)
- ret = (INT_PTR)mir_wstrdup(dbv.ptszVal);
+ ret = (INT_PTR)mir_wstrdup(dbv.pwszVal);
else
ret = (INT_PTR)mir_a2u(Default);
break;