summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplugins/Msg_Export/src/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/utils.cpp b/plugins/Msg_Export/src/utils.cpp
index a48c3df5ef..ec199a5005 100755
--- a/plugins/Msg_Export/src/utils.cpp
+++ b/plugins/Msg_Export/src/utils.cpp
@@ -785,7 +785,7 @@ static bool ExportDBEventInfo(MCONTACT hContact, HANDLE hFile, const wstring &sF
pRoot << WCHAR_PARAM("file", wszFileName);
if (mir_wstrlen(wszDescr))
- pRoot << WCHAR_PARAM("descr", wszFileName);
+ pRoot << WCHAR_PARAM("descr", wszDescr);
}
else {
ptrW msg(DbEvent_GetTextW(&dbei, CP_ACP));