diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-29 19:48:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-29 19:48:43 +0300 |
commit | 2fddf1d26f7fc33d12abe95015ec67d48b8e7131 (patch) | |
tree | 4aabc5a7937fd89661f984837a07efa0ab36e99d /plugins/Msg_Export/src/utils.h | |
parent | 0547bea1ba1c85d16b934fd795d46e32829d916d (diff) |
fixes #1557 (Msg_Export: move some strings to debug log)
Diffstat (limited to 'plugins/Msg_Export/src/utils.h')
-rwxr-xr-x | plugins/Msg_Export/src/utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Msg_Export/src/utils.h b/plugins/Msg_Export/src/utils.h index 32e242c4ff..b976e6f5ef 100755 --- a/plugins/Msg_Export/src/utils.h +++ b/plugins/Msg_Export/src/utils.h @@ -43,9 +43,7 @@ extern bool g_bUseLessAndGreaterInExport; extern bool g_bReplaceHistory;
-wstring sGetErrorString(DWORD dwError);
-wstring sGetErrorString();
-void DisplayLastError(const wchar_t *pszError);
+void LogLastError(const wchar_t *pszError);
void DisplayErrorDialog(const wchar_t *pszError, wstring &sFilePath, DBEVENTINFO *dbei);
bool bIsExportEnabled(MCONTACT hContact);
|