diff options
author | George Hazan <george.hazan@gmail.com> | 2024-06-06 19:25:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-06-06 19:25:19 +0300 |
commit | 6ac39390bcfe21275c29721fff0c78158c14abb2 (patch) | |
tree | f0b526287a89a7e7176b4c33f88a4881be470ed3 /plugins/Msg_Export/src/main.cpp | |
parent | 5ff7a88046832332d9e482d9fc3540933f9f81d0 (diff) |
fixes #4454 (Msg_Export: плагин использует нестандартную переменную %dbpath%)
Diffstat (limited to 'plugins/Msg_Export/src/main.cpp')
-rw-r--r-- | plugins/Msg_Export/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index 7f78b1eeb9..5b43b06505 100644 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -87,7 +87,6 @@ static int OnModuleLoaded(WPARAM, LPARAM) int MainInit(WPARAM, LPARAM)
{
- bReadMirandaDirAndPath();
OnModuleLoaded(0, 0);
UpdateFileToColWidth();
|