diff options
author | dartraiden <wowemuh@gmail.com> | 2020-03-17 22:18:52 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-03-17 22:18:52 +0300 |
commit | af7d8f066db5053afd6926027abd1e76cc5d989f (patch) | |
tree | de8a149f8193c2254c398bfb87ded8c860c0f33f /plugins/Msg_Export/src/utils.cpp | |
parent | e3aa8e1f1e5312252f700902bab5d8575fc06a85 (diff) |
Msg_Export: this is accounts, not protocols
Diffstat (limited to 'plugins/Msg_Export/src/utils.cpp')
-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 d9e3cc9307..11a61221d9 100755 --- a/plugins/Msg_Export/src/utils.cpp +++ b/plugins/Msg_Export/src/utils.cpp @@ -744,7 +744,7 @@ static bool ExportDBEventInfo(MCONTACT hContact, HANDLE hFile, wstring sFilePath // This is written this way because I expect this will become a string the user may set
// in the options dialog.
output.AppendFormat(L"%-10s: %s\r\n", TranslateT("User"), sRemoteUser.c_str());
- output.AppendFormat(L"%-10s: %S\r\n", TranslateT("Protocol"), szProto);
+ output.AppendFormat(L"%-10s: %S\r\n", TranslateT("Account"), szProto);
ptrW id(Contact_GetInfo(CNF_UNIQUEID, hContact, szProto));
if (id != NULL)
|