diff options
author | George Hazan <george.hazan@gmail.com> | 2024-06-17 14:17:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-06-17 14:17:35 +0300 |
commit | b4794ea974e77df6c8e6e096eaad562b8c3eda07 (patch) | |
tree | 352c8dd75701b1e80373d94129b3b7e7d6125353 /plugins/Msg_Export/src/utils.h | |
parent | 1923923f9c370f19491b347675a3a1d108bf7eac (diff) |
fixes #4474 (Msg_Export: при удалении учётной записи плагин сперва предлагает переименовать файл, а потом удалить)
Diffstat (limited to 'plugins/Msg_Export/src/utils.h')
-rw-r--r-- | plugins/Msg_Export/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/utils.h b/plugins/Msg_Export/src/utils.h index 19a31de5b4..c39b0770ae 100644 --- a/plugins/Msg_Export/src/utils.h +++ b/plugins/Msg_Export/src/utils.h @@ -56,7 +56,7 @@ wstring __inline _DBGetStringW(MCONTACT hContact, const char *szModule, const ch void UpdateFileToColWidth();
-wstring GetFilePathFromUser(MCONTACT hContact);
+wstring GetFilePathFromUser(MCONTACT hContact, bool bIgnoreRename = false);
void ReplaceDefines(MCONTACT hContact, wstring &sTarget);
void ReplaceTimeVariables(wstring &sRet);
|