diff options
Diffstat (limited to 'src/core/miranda.cpp')
-rw-r--r-- | src/core/miranda.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/miranda.cpp b/src/core/miranda.cpp index 4ec80c2fe5..522843e919 100644 --- a/src/core/miranda.cpp +++ b/src/core/miranda.cpp @@ -234,6 +234,7 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE, LPTSTR cmdLine, int) result = 1;
goto exit;
}
+ InitPathVar();
NotifyEventHooks(hModulesLoadedEvent, 0, 0);
bModulesLoadedFired = true;
|