diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-06 14:33:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-06 14:33:02 +0300 |
commit | 0196063dc052d09fa09cde4e9d550a35725e7be4 (patch) | |
tree | 15e02d5ee998c7be45a81429014c79463515ec70 /plugins | |
parent | a243ea9b99bfb820b7bfad322e6a97246d88c6c2 (diff) |
grrm
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/Msg_Export/src/utils.cpp | 2 |
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));
|