summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-06-06 14:33:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-06-06 14:33:02 +0300
commit0196063dc052d09fa09cde4e9d550a35725e7be4 (patch)
tree15e02d5ee998c7be45a81429014c79463515ec70 /plugins
parenta243ea9b99bfb820b7bfad322e6a97246d88c6c2 (diff)
grrm
Diffstat (limited to 'plugins')
-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));